blob: f027252d131d60b1a889c666c7c18ba0cb66533a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- source/alleg/blit.c.orig Mon Jan 17 12:37:21 2005
+++ source/alleg/blit.c Mon Jan 17 12:38:10 2005
@@ -1,6 +1,8 @@
#ifdef RAINE_WIN32
#include <allegro.h>
#include <winalleg.h>
+#elif defined(RAINE_UNIX)
+#include <sys/time.h>
#endif
#include "blit_x2.h"
#include "eagle.h"
|