summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/net/network.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/net/network.h b/src/net/network.h
index f4c67dd4..73b6c9ef 100644
--- a/src/net/network.h
+++ b/src/net/network.h
@@ -26,6 +26,9 @@
#ifndef WIN32
#include "win2linux.h"
+#else
+#include "allegro.h"
+#include "winalleg.h"
#endif
#include <stdio.h>