aboutsummaryrefslogtreecommitdiff
path: root/src/newbug.c
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2017-10-29 16:23:17 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2017-10-29 16:24:09 -0400
commitede1a99836507830bfd1285c7e99198252b5c586 (patch)
treef55d2c53a13c2feec04ee5868dd7bec478bfeaa8 /src/newbug.c
parent7b2ea4fd1a371f7d92f113387a00932516e10675 (diff)
downloadsober-ede1a99836507830bfd1285c7e99198252b5c586.tar.gz
sober-ede1a99836507830bfd1285c7e99198252b5c586.tar.bz2
sober-ede1a99836507830bfd1285c7e99198252b5c586.zip
Minor changes
Added a few lines to suppress warnings, Added a dependency on time.h
Diffstat (limited to 'src/newbug.c')
-rw-r--r--src/newbug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newbug.c b/src/newbug.c
index b35cb7d..bf28c92 100644
--- a/src/newbug.c
+++ b/src/newbug.c
@@ -4,6 +4,7 @@
#include <stdint.h>
#include "shared.h"
#include "config.h"
+#include <time.h>
int main(){
char* data = getenv("QUERY_STRING");