aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index aef6f17a..dd56de0c 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -44,6 +44,7 @@
44#include <netinet/tcp.h> 44#include <netinet/tcp.h>
45#endif 45#endif
46#include "mhd_threads.h" 46#include "mhd_threads.h"
47#include "mhd_locks.h"
47 48
48 49
49/** 50/**