summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--csrc/drawing.c1
-rw-r--r--csrc/global.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/csrc/drawing.c b/csrc/drawing.c
index 3a2e69b..9e720eb 100644
--- a/csrc/drawing.c
+++ b/csrc/drawing.c
@@ -4,6 +4,7 @@
*/
#include <windows.h>
+#include "global.h"
#include "player_info.h"
#include "graph_struct.h"
diff --git a/csrc/global.h b/csrc/global.h
index c8de81a..adf8941 100644
--- a/csrc/global.h
+++ b/csrc/global.h
@@ -4,6 +4,7 @@
*/
#include <windows.h>
+#include <ddraw.h>
#include <stdint.h>
/* media_init.c */