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