stdarg
authorChristian Grothoff <christian@grothoff.org>
Fri, 29 Oct 2010 13:52:24 +0000 (13:52 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 29 Oct 2010 13:52:24 +0000 (13:52 +0000)
src/include/gnunet_common.h

index 7f8a78f54587b6219a393732f4c2d1cb07bdf4ba..57008fa08326399de69c2b8567911ebdc84ddc2e 100644 (file)
@@ -42,6 +42,9 @@
 #ifdef HAVE_STDINT_H
 #include <stdint.h>
 #endif
+#ifdef HAVE_STDARG_H
+#include <stdarg.h>
+#endif
  
 /**
  * Version of the API (for entire gnunetutil.so library).