From 1d4f263c97c34dd9c9a556fc4d9e3e1dc015c338 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 5 Jun 2010 22:43:24 +0000 Subject: [PATCH] check for headers at least conditionally, also for MinGW --- 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 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). -- 2.25.1