Code

Makefile.am: disable dist-bzip2
[ncmpc.git] / src / window.h
index e66c808890abea7c102fb28c6f619796620ec720..63e5eb90b4a8a3643164e2e936fe8d8cceefb782 100644 (file)
@@ -1,5 +1,5 @@
 /* ncmpc (Ncurses MPD Client)
- * (c) 2004-2009 The Music Player Daemon Project
+ * (c) 2004-2010 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;