mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-05 17:56:46 +01:00
13 lines
336 B
Diff
13 lines
336 B
Diff
|
diff --git a/libexec/httpd/bozohttpd.c b/libexec/httpd/bozohttpd.c
|
||
|
index 67083b2c6782..273cb5f5a42b 100644
|
||
|
--- a/libexec/httpd/bozohttpd.c
|
||
|
+++ b/libexec/httpd/bozohttpd.c
|
||
|
@@ -138,6 +138,7 @@
|
||
|
#include <grp.h>
|
||
|
#include <stdarg.h>
|
||
|
#include <stdlib.h>
|
||
|
+#include <stdint.h>
|
||
|
#include <strings.h>
|
||
|
#include <string.h>
|
||
|
#include <syslog.h>
|