aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
authorEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:12:50 +0000
committerEvgeny Grin (Karlson2k) <k2k@narod.ru>2016-08-23 20:12:50 +0000
commit50bbf74d4e1a12f5272a732feb26912db2cff63d (patch)
tree59f069464128d7df255799d2db82cd9e9765a5d4 /src/microhttpd/internal.h
parent2b2b1655a6abf33c76f1320940f06d2aac91b41d (diff)
downloadlibmicrohttpd-50bbf74d4e1a12f5272a732feb26912db2cff63d.tar.gz
libmicrohttpd-50bbf74d4e1a12f5272a732feb26912db2cff63d.zip
Moved sockets abstraction to specialized mhd_socket.h/.c files
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 510d56a5..75aa1411 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -36,15 +36,9 @@
36#include <gnutls/abstract.h> 36#include <gnutls/abstract.h>
37#endif 37#endif
38#endif 38#endif
39#if EPOLL_SUPPORT
40#include <sys/epoll.h>
41#endif
42#if HAVE_NETINET_TCP_H
43/* for TCP_FASTOPEN */
44#include <netinet/tcp.h>
45#endif
46#include "mhd_threads.h" 39#include "mhd_threads.h"
47#include "mhd_locks.h" 40#include "mhd_locks.h"
41#include "mhd_sockets.h"
48 42
49 43
50/** 44/**