aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-06-05 22:43:24 +0000
committerChristian Grothoff <christian@grothoff.org>2010-06-05 22:43:24 +0000
commit1d4f263c97c34dd9c9a556fc4d9e3e1dc015c338 (patch)
tree39a5b703997d629b0147f452a0619de849a23517 /src/include/gnunet_common.h
parent07d97d6e0e24ea088d050d03014f05093bf2007b (diff)
downloadgnunet-1d4f263c97c34dd9c9a556fc4d9e3e1dc015c338.tar.gz
gnunet-1d4f263c97c34dd9c9a556fc4d9e3e1dc015c338.zip
check for headers at least conditionally, also for MinGW
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h3
1 files changed, 3 insertions, 0 deletions
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 @@
36#if HAVE_NETINET_IN_H 36#if HAVE_NETINET_IN_H
37#include <netinet/in.h> 37#include <netinet/in.h>
38#endif 38#endif
39#ifdef MINGW
40#include "winproc.h"
41#endif
39 42
40/** 43/**
41 * Version of the API (for entire gnunetutil.so library). 44 * Version of the API (for entire gnunetutil.so library).