diff options
Diffstat (limited to 'src/microhttpd/daemon.c')
-rw-r--r-- | src/microhttpd/daemon.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/microhttpd/daemon.c b/src/microhttpd/daemon.c index 7bbb2533..d5a0ceaf 100644 --- a/src/microhttpd/daemon.c +++ b/src/microhttpd/daemon.c | |||
@@ -50,6 +50,10 @@ | |||
50 | #include <sys/sendfile.h> | 50 | #include <sys/sendfile.h> |
51 | #endif | 51 | #endif |
52 | 52 | ||
53 | #ifndef HAVE_ACCEPT4 | ||
54 | #define HAVE_ACCEPT4 | ||
55 | #endif | ||
56 | |||
53 | /** | 57 | /** |
54 | * Default connection limit. | 58 | * Default connection limit. |
55 | */ | 59 | */ |