git » fp-git.git » commit 94be9d0

mac port

author ecalot
2004-07-29 11:59:13 UTC
committer ecalot
2004-07-29 11:59:13 UTC
parent 57dd06ff399164cf135f83e935b17a04c2a10269

mac port

FP/src/main.c +1 -0

diff --git a/FP/src/main.c b/FP/src/main.c
index 454fdd8..2ccdd47 100644
--- a/FP/src/main.c
+++ b/FP/src/main.c
@@ -31,6 +31,7 @@ main.c: FreePrince : Main function - parsing
 */
 
 #define _GNU_SOURCE
+#include <SDL/SDL.h> /* Mac OS X entry point redefinition */
 #include <unistd.h>
 #include <getopt.h>
 #include "kernel.h"