gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r13459 - gnunet/src/include


From: gnunet
Subject: [GNUnet-SVN] r13459 - gnunet/src/include
Date: Fri, 29 Oct 2010 15:52:24 +0200

Author: grothoff
Date: 2010-10-29 15:52:24 +0200 (Fri, 29 Oct 2010)
New Revision: 13459

Modified:
   gnunet/src/include/gnunet_common.h
Log:
stdarg

Modified: gnunet/src/include/gnunet_common.h
===================================================================
--- gnunet/src/include/gnunet_common.h  2010-10-29 13:47:56 UTC (rev 13458)
+++ gnunet/src/include/gnunet_common.h  2010-10-29 13:52:24 UTC (rev 13459)
@@ -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).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]