freebsd-ports/games/xgalaga/files/patch-score.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

--- score.c.orig Thu Apr 30 14:11:58 1998
+++ score.c Wed Jun 27 02:55:23 2007
@@ -4,6 +4,7 @@
#include <config.h>
#include <stdio.h>
+#include <string.h>
#include "Wlib.h"
#include "images.h"
#include "data.h"