aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-11-08 21:30:28 +0000
committerChristian Grothoff <christian@grothoff.org>2012-11-08 21:30:28 +0000
commit25e72ff2bf795e13d778594f22a323231199978d (patch)
tree04bd23b28315c5e7db9f38f22f607ec31befff15
parent60af694fd1f413eac9c275fe53639f9b51e2a71e (diff)
downloadlibmicrohttpd-25e72ff2bf795e13d778594f22a323231199978d.tar.gz
libmicrohttpd-25e72ff2bf795e13d778594f22a323231199978d.zip
-search.h begone
-rw-r--r--src/include/platform.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 386b239e..befebbbe 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -53,9 +53,6 @@
53#include <errno.h> 53#include <errno.h>
54#include <fcntl.h> 54#include <fcntl.h>
55#include <signal.h> 55#include <signal.h>
56#if !defined(MINGW) && !defined(__SYMBIAN32__)
57#include <search.h>
58#endif
59#include <stddef.h> 56#include <stddef.h>
60#undef HAVE_CONFIG_H 57#undef HAVE_CONFIG_H
61#include <pthread.h> 58#include <pthread.h>