]> jfr.im git - irc/ircd-hybrid/bopm.git/commitdiff
bopchecker.c:
authorandy <redacted>
Mon, 4 Feb 2002 22:39:01 +0000 (22:39 +0000)
committerandy <redacted>
Mon, 4 Feb 2002 22:39:01 +0000 (22:39 +0000)
Extra #include needed, reported by shasta@irc.pl

bopchecker.c

index 0581d4f951ca8c5b06d3dc57960a63d91bfbf4d7..d662dc42c1da04dd71cb1bf6061d26a172371312 100644 (file)
@@ -22,6 +22,7 @@ along with this program; if not, write to the Free Software
 
 #include <stdio.h>
 #include <stdarg.h>
+#include <time.h>
 #include <sys/time.h>
 #include <sys/types.h>
 #include <unistd.h>