summaryrefslogtreecommitdiffstats
path: root/src/blob.h
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-12-19 22:20:39 +0200
committerTimo Teräs <timo.teras@iki.fi>2013-12-19 22:20:39 +0200
commit7efc2ebeda4414bf3c633a6cf86b49c033973f52 (patch)
tree212a30c1355282dfb103448d0a41073a8f7f9a68 /src/blob.h
parentc43e15006ee6f36f74de12928687f16c8338eadf (diff)
downloadsquark-7efc2ebeda4414bf3c633a6cf86b49c033973f52.tar.bz2
squark-7efc2ebeda4414bf3c633a6cf86b49c033973f52.tar.xz
all: fix #includes for strict compliance
Diffstat (limited to 'src/blob.h')
-rw-r--r--src/blob.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/blob.h b/src/blob.h
index 971ce61..6a8e51c 100644
--- a/src/blob.h
+++ b/src/blob.h
@@ -2,6 +2,7 @@
#define BLOB_H
#include <string.h>
+#include <time.h>
struct in_addr;