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