diff options
Diffstat (limited to 'src/daemon/internal.h')
-rw-r--r-- | src/daemon/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/internal.h b/src/daemon/internal.h index 8bc33c29..71914fd0 100644 --- a/src/daemon/internal.h +++ b/src/daemon/internal.h | |||
@@ -37,13 +37,13 @@ | |||
37 | #include <errno.h> | 37 | #include <errno.h> |
38 | #include <fcntl.h> | 38 | #include <fcntl.h> |
39 | #include <signal.h> | 39 | #include <signal.h> |
40 | #include <sys/mman.h> | ||
41 | 40 | ||
42 | #include "config.h" | 41 | #include "config.h" |
43 | #include "plibc.h" | 42 | #include "plibc.h" |
44 | #include "microhttpd.h" | 43 | #include "microhttpd.h" |
45 | 44 | ||
46 | #ifndef MINGW | 45 | #ifndef MINGW |
46 | #include <sys/mman.h> | ||
47 | #include <netdb.h> | 47 | #include <netdb.h> |
48 | #include <netinet/in.h> | 48 | #include <netinet/in.h> |
49 | #endif | 49 | #endif |