ports/emulators/raine/files/patch-source::emumain.c
Florent Thoumie 65506bcd28 - Update to 0.43.3 [1].
- Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead.

Submitted by:	ultragames93 <ultragames93@free.fr> [1]
2006-06-20 11:36:20 +00:00

13 lines
367 B
C

--- source/emumain.c.orig Wed Aug 17 13:14:36 2005
+++ source/emumain.c Thu Nov 17 18:04:37 2005
@@ -9,1 +9,1 @@
#include <winalleg.h>
#endif
+#ifdef RAINE_UNIX
+#include <sys/time.h>
+#endif
+
#include "raine.h" // General defines and stuff
#include "gui.h" // Interface stuff
#include "sasound.h" // Sound Sample stuff