mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 11:40:31 -04:00
- Stop patching source to be C89 friendly and use USE_GCC=3.2+ instead. Submitted by: ultragames93 <ultragames93@free.fr> [1]
13 lines
367 B
C
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
|