From: Christian Grothoff Date: Sat, 5 Jun 2010 22:43:24 +0000 (+0000) Subject: check for headers at least conditionally, also for MinGW X-Git-Tag: initial-import-from-subversion-38251~21471 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1d4f263c97c34dd9c9a556fc4d9e3e1dc015c338;p=oweals%2Fgnunet.git check for headers at least conditionally, also for MinGW --- diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h index 2d13d0ecc..0639ba0a2 100644 --- a/src/include/gnunet_common.h +++ b/src/include/gnunet_common.h @@ -36,6 +36,9 @@ #if HAVE_NETINET_IN_H #include #endif +#ifdef MINGW +#include "winproc.h" +#endif /** * Version of the API (for entire gnunetutil.so library).