mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
3669dacd4a
Removed dependency on gcc2.95
11 lines
359 B
C
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"
|