aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-10-29 13:52:24 +0000
committerChristian Grothoff <christian@grothoff.org>2010-10-29 13:52:24 +0000
commit417ce81aae0c06e83100454540a1299dcbc09164 (patch)
tree90a3b7eb612f321c1fe8549ccb669a9868ccdf03
parent4abda0748fcfdaf2ed0f637185d1606593a599d2 (diff)
downloadgnunet-417ce81aae0c06e83100454540a1299dcbc09164.tar.gz
gnunet-417ce81aae0c06e83100454540a1299dcbc09164.zip
stdarg
-rw-r--r--src/include/gnunet_common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 7f8a78f54..57008fa08 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -42,6 +42,9 @@
42#ifdef HAVE_STDINT_H 42#ifdef HAVE_STDINT_H
43#include <stdint.h> 43#include <stdint.h>
44#endif 44#endif
45#ifdef HAVE_STDARG_H
46#include <stdarg.h>
47#endif
45 48
46/** 49/**
47 * Version of the API (for entire gnunetutil.so library). 50 * Version of the API (for entire gnunetutil.so library).