diff options
| author | Alexander Pickering <alexandermpickering@gmail.com> | 2017-10-29 16:23:17 -0400 |
|---|---|---|
| committer | Alexander Pickering <alexandermpickering@gmail.com> | 2017-10-29 16:24:09 -0400 |
| commit | ede1a99836507830bfd1285c7e99198252b5c586 (patch) | |
| tree | f55d2c53a13c2feec04ee5868dd7bec478bfeaa8 /src/newbug.c | |
| parent | 7b2ea4fd1a371f7d92f113387a00932516e10675 (diff) | |
| download | sober-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.c | 1 |
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"); |
