summaryrefslogtreecommitdiff
blob: 40f77a0f20cde70e754802d60d22ba3bf88630f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/bb.c
+++ b/bb.c
@@ -27,2 +27,3 @@
 #include <aalib.h>
+#include <time.h>
 #include "bb.h"
--- a/main.c
+++ b/main.c
@@ -23,2 +23,3 @@
 
+#include <ctype.h>
 #include <string.h>