include stdarg.h
authorpk910 <philipp@zoelle1.de>
Wed, 10 Aug 2011 00:32:52 +0000 (02:32 +0200)
committerpk910 <philipp@zoelle1.de>
Wed, 10 Aug 2011 00:32:52 +0000 (02:32 +0200)
main.h

diff --git a/main.h b/main.h
index feab5a1649e0b5a1754e1ec017a9a1af878fe6da..b356c77c0a457e1104a4de0f9f5c3af85a5abbe5 100644 (file)
--- a/main.h
+++ b/main.h
@@ -11,6 +11,7 @@
 #include <arpa/inet.h>
 #include <unistd.h>
 #include <netdb.h>
+#include <stdarg.h>
 
 #if __GNUC__
 #define PRINTF_LIKE(M,N) __attribute__((format (printf, M, N)))