Code

screen_search: fix crash when disconnected
[ncmpc.git] / src / song_paint.h
index e46f4f5413d51bf527a5a31a4a4b5011f17588b1..808109517530240f32a8d5c512dd3429a5e95a19 100644 (file)
  * You should have received a copy of the GNU General Public License along
  * with this program; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
-*/
+ */
 
 #ifndef NCMPC_SONG_PAINT_H
 #define NCMPC_SONG_PAINT_H
 
-#include <stdbool.h>
+#include "config.h"
+#include "ncmpc_curses.h"
 
-#ifdef HAVE_NCURSESW_NCURSES_H
-#include <ncursesw/ncurses.h>
-#else
-#include <ncurses.h>
-#endif
+#include <stdbool.h>
 
 struct mpd_song;
 struct hscroll;