Really mean it about strict C99 compliance.
[open-adventure.git] / main.c
diff --git a/main.c b/main.c
index e2c24e59847abc01b035fecc4432fd93da044e3e..65726e13c40a71fd2271bba1a4c21895c129078b 100644 (file)
--- a/main.c
+++ b/main.c
@@ -8,6 +8,7 @@
 #include <stdbool.h>
 #include <getopt.h>
 #include <signal.h>
+#include <time.h>
 #include "main.h"
 #include "database.h"
 #include "misc.h"
@@ -920,4 +921,5 @@ L12400: LIMIT= -1;
 L18999: RSPEAK(SPK);
 L19000: RSPEAK(136);
        score(0);
+       return true;
 }