65506bcd28
- Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead. Submitted by: ultragames93 <ultragames93@free.fr> [1]
11 lines
284 B
C
11 lines
284 B
C
--- 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"
|