aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-08 08:00:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-08 08:00:05 +0000
commit94c863710f042b258047ad3c8e3f4f48154b738b (patch)
tree5ee5002e91ed1cdac0bc33b7f5928ebba9ba5740 /src/include/gnunet_common.h
parenta615cf5b1e6486a28f6e913f8320dca703eaae6e (diff)
downloadgnunet-94c863710f042b258047ad3c8e3f4f48154b738b.tar.gz
gnunet-94c863710f042b258047ad3c8e3f4f48154b738b.zip
W32 porting work by LRN
Diffstat (limited to 'src/include/gnunet_common.h')
-rw-r--r--src/include/gnunet_common.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/gnunet_common.h b/src/include/gnunet_common.h
index 550b44c44..7f8a78f54 100644
--- a/src/include/gnunet_common.h
+++ b/src/include/gnunet_common.h
@@ -39,7 +39,10 @@
39#ifdef MINGW 39#ifdef MINGW
40#include "winproc.h" 40#include "winproc.h"
41#endif 41#endif
42 42#ifdef HAVE_STDINT_H
43#include <stdint.h>
44#endif
45
43/** 46/**
44 * Version of the API (for entire gnunetutil.so library). 47 * Version of the API (for entire gnunetutil.so library).
45 */ 48 */