cleaned up some compiler warnings
authorArt Cancro <ajc@citadel.org>
Wed, 12 Sep 2018 03:37:07 +0000 (23:37 -0400)
committerArt Cancro <ajc@citadel.org>
Wed, 12 Sep 2018 03:37:07 +0000 (23:37 -0400)
webcit-ng/webcit.h

index 69a6bc0714ca028b85837b157d9e2460fbaa20f9..4d5f51c56c124b0bb95eae83aa851f221b41d924 100644 (file)
@@ -7,6 +7,8 @@
  * modify it under the terms of the GNU General Public License, version 3.
  */
 
+#define SHOW_ME_VAPPEND_PRINTF
+
 #include <stdlib.h>
 #include <unistd.h>
 #include <stdio.h>
@@ -22,6 +24,7 @@
 #include <netdb.h>
 #include <sys/un.h>
 #include <sys/poll.h>
+#include <sys/time.h>
 #include <string.h>
 #include <pwd.h>
 #include <errno.h>