diff options
Diffstat (limited to 'games/sxsame/files/patch-inifile.c')
-rw-r--r-- | games/sxsame/files/patch-inifile.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games/sxsame/files/patch-inifile.c b/games/sxsame/files/patch-inifile.c new file mode 100644 index 000000000000..10ba162863f9 --- /dev/null +++ b/games/sxsame/files/patch-inifile.c @@ -0,0 +1,11 @@ +--- inifile.c.orig Sun May 5 04:09:25 1996 ++++ inifile.c Tue Jul 11 21:14:03 2000 +@@ -5,6 +5,8 @@ + * Copyleft (c) 1994-1996 Software Research Academy * + ************************************************************************/ + #include <stdio.h> ++#include <stdlib.h> ++#include <string.h> + + #include "sxsame.h" + |