1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/games/xrally/files/patch-score.c
Edwin Groothuis 3669dacd4a Fixed build on 7.x
Removed dependency on gcc2.95
2009-02-22 04:05:02 +00:00

11 lines
359 B
C

--- score.c.orig 2009-02-22 14:37:44.000000000 +1100
+++ score.c 2009-02-22 14:37:54.000000000 +1100
@@ -17,6 +17,7 @@
* *
***************************************************************************/
+#include <string.h>
#include "config.h"
#include "score.h"
#include "time.h"