[mw-devel] MW3 r1382 - trunk/web

arthur at sucs.org arthur at sucs.org
Fri Jul 17 17:26:10 BST 2015


Author: arthur
Date: 2015-07-17 17:26:10 +0100 (Fri, 17 Jul 2015)
New Revision: 1382

Modified:
   trunk/web/bb.h
   trunk/web/by_date.c
Log:
more minor fixes


Modified: trunk/web/bb.h
===================================================================
--- trunk/web/bb.h	2015-07-17 16:25:00 UTC (rev 1381)
+++ trunk/web/bb.h	2015-07-17 16:26:10 UTC (rev 1382)
@@ -194,5 +194,4 @@
 #include <unistd.h>
 #include <stdlib.h>
 #include <time.h>
-#include "proto.h"
 extern mode_t	umask __P ((mode_t __mask)); /* from unistd.h.old */

Modified: trunk/web/by_date.c
===================================================================
--- trunk/web/by_date.c	2015-07-17 16:25:00 UTC (rev 1381)
+++ trunk/web/by_date.c	2015-07-17 16:26:10 UTC (rev 1382)
@@ -2,6 +2,7 @@
 #include <stdio.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <string.h>
 
 #include "bb.h"
 #include "db.h"




More information about the mw-devel mailing list