freebsd-ports/games/xgalaga/files/patch-titile.c
Martin Wilke 46ac9432cb - Fix build with gcc4
PR:		114072
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-06-29 08:32:31 +00:00

10 lines
218 B
C

--- title.c.orig Mon May 11 15:52:59 1998
+++ title.c Wed Jun 27 02:54:45 2007
@@ -4,6 +4,7 @@
#include <config.h>
#include <stdio.h>
+#include <string.h>
#include "Wlib.h"
#include "defs.h"
#include "images.h"