blob: 1ecda275b4ffed6c59a2c7a1477b3d2a6e89a2c4 (
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,1 +1,1 @@
#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"
|