diff options
Diffstat (limited to 'src/microhttpd/mhd_sockets.h')
-rw-r--r-- | src/microhttpd/mhd_sockets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/microhttpd/mhd_sockets.h b/src/microhttpd/mhd_sockets.h index 35fdf6b4..ce9740e6 100644 --- a/src/microhttpd/mhd_sockets.h +++ b/src/microhttpd/mhd_sockets.h | |||
@@ -35,7 +35,9 @@ | |||
35 | #include "mhd_options.h" | 35 | #include "mhd_options.h" |
36 | 36 | ||
37 | #include <errno.h> | 37 | #include <errno.h> |
38 | #ifdef HAVE_STDBOOL_H | ||
38 | #include <stdbool.h> | 39 | #include <stdbool.h> |
40 | #endif /* HAVE_STDBOOL_H */ | ||
39 | #ifdef HAVE_UNISTD_H | 41 | #ifdef HAVE_UNISTD_H |
40 | #include <unistd.h> | 42 | #include <unistd.h> |
41 | #endif /* HAVE_UNISTD_H */ | 43 | #endif /* HAVE_UNISTD_H */ |