From: Christian Grothoff Date: Fri, 29 Oct 2010 13:52:24 +0000 (+0000) Subject: stdarg X-Git-Tag: initial-import-from-subversion-38251~19897 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=417ce81aae0c06e83100454540a1299dcbc09164;p=oweals%2Fgnunet.git stdarg --- 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 @@ #ifdef HAVE_STDINT_H #include #endif +#ifdef HAVE_STDARG_H +#include +#endif /** * Version of the API (for entire gnunetutil.so library).