From: Christian Grothoff Date: Sat, 5 Jun 2010 22:42:30 +0000 (+0000) Subject: check for headers at least conditionally X-Git-Tag: initial-import-from-subversion-38251~21472 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=07d97d6e0e24ea088d050d03014f05093bf2007b;p=oweals%2Fgnunet.git check for headers at least conditionally --- 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). */