home · contact · privacy
Sorted out library dependencies / includes. Include every header file needed by each...
[plomrogue] / src / windows.h
index e52f93bc612f422817ee33a84354ca3ffba979f8..9391233dc8dfc3ad4111298cc6a39b2fb785285e 100644 (file)
@@ -1,7 +1,8 @@
 #ifndef WINDOWS_H
 #define WINDOWS_H
 
-#include "ncurses.h"
+#include <stdint.h>
+#include <ncurses.h>
 #include "yx_uint16.h"
 
 struct Frame {