freebsd-ports/games/sxsame/files/patch-ae
Will Andrews 179f9d996f [ second commit, I forgot to add these patches. ]
Support CFLAGS properly.  Conform to one file per patch guideline.  Be
extra careful with $i; remove unnecessary WRKSRC.

PR:		19925
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-07-15 16:37:58 +00:00

11 lines
337 B
Text

--- 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"