include <time.h>
authorpk910 <philipp@zoelle1.de>
Thu, 11 Aug 2011 23:59:30 +0000 (01:59 +0200)
committerpk910 <philipp@zoelle1.de>
Thu, 11 Aug 2011 23:59:30 +0000 (01:59 +0200)
main.h

diff --git a/main.h b/main.h
index 75fdca3d4f794e9c732ab307170e686a1ec95d54..f88388b7b8e0176ede230623ad387ddbf2b9246a 100644 (file)
--- a/main.h
+++ b/main.h
@@ -12,6 +12,7 @@
 #include <unistd.h>
 #include <netdb.h>
 #include <stdarg.h>
+#include <time.h>
 
 #if __GNUC__
 #define PRINTF_LIKE(M,N) __attribute__((format (printf, M, N)))