From 07d97d6e0e24ea088d050d03014f05093bf2007b Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Jun 2010 22:42:30 +0000 Subject: [PATCH] check for headers at least conditionally --- src/include/gnunet_common.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index cb2ed4c0c..2d13d0ecc 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -30,6 +30,13 @@ #ifndef GNUNET_COMMON_H #define GNUNET_COMMON_H +#if HAVE_SYS_SOCKET_H +#include +#endif +#if HAVE_NETINET_IN_H +#include +#endif + /** * Version of the API (for entire gnunetutil.so library). */ -- 2.25.1