Code

include cleanup
[ncmpc.git] / src / screen_utils.h
index 0bb52262e81764bd573118f7221e0d7b0e2132d3..6928ba804518e18439fbe9e8f352e042820a97dc 100644 (file)
@@ -1,6 +1,13 @@
 #ifndef SCREEN_UTILS_H
 #define SCREEN_UTILS_H
 
+#include "screen.h"
+#include "list_window.h"
+#include "mpdclient.h"
+#include "command.h"
+
+#include <ncurses.h>
+
 /* sound an audible and/or visible bell */
 void screen_bell(void);