Code

mpdclient: no mpdclient_handle_error() after connect failure
[ncmpc.git] / src / window.h
index 5a33012df3b4e673a75b6728171983026d128e9c..737d882e0997efae0af7a90d1867466cf83f55a0 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2010 The Music Player Daemon Project
+ * (c) 2004-2017 The Music Player Daemon Project
  * Project homepage: http://musicpd.org
  *
  * This program is free software; you can redistribute it and/or modify
 #define NCMPC_WINDOW_H
 
 #include "config.h"
-
-#ifdef HAVE_NCURSESW_NCURSES_H
-#include <ncursesw/ncurses.h>
-#else
-#include <ncurses.h>
-#endif
+#include "ncmpc_curses.h"
 
 struct window {
        WINDOW *w;