From 417ce81aae0c06e83100454540a1299dcbc09164 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 29 Oct 2010 13:52:24 +0000 Subject: [PATCH] stdarg --- src/include/gnunet_common.h | 3 +++ 1 file changed, 3 insertions(+) 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). -- 2.25.1