aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-04-06 08:33:36 +0000
committerChristian Grothoff <christian@grothoff.org>2011-04-06 08:33:36 +0000
commitb6d387d71221528ec703a375548eb375b8389f01 (patch)
tree7129696a4d469e102ee1c5e56890c9e53c51f991 /src/include/platform.h
parent14da50ff2c6a1e2960c20533146618796e7b1189 (diff)
downloadgnunet-b6d387d71221528ec703a375548eb375b8389f01.tar.gz
gnunet-b6d387d71221528ec703a375548eb375b8389f01.zip
ctype is required
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 188c76e2d..4bdebf90f 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -173,9 +173,7 @@
173#include <vfork.h> 173#include <vfork.h>
174#endif 174#endif
175 175
176#if HAVE_CTYPE_H
177#include <ctype.h> 176#include <ctype.h>
178#endif
179#if HAVE_SYS_RESOURCE_H 177#if HAVE_SYS_RESOURCE_H
180#include <sys/resource.h> 178#include <sys/resource.h>
181#endif 179#endif