about summary refs log tree commit diff
path: root/nixpkgs/pkgs/servers/http/bozohttpd/0001-include-stdint.h.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/servers/http/bozohttpd/0001-include-stdint.h.patch')
-rw-r--r--nixpkgs/pkgs/servers/http/bozohttpd/0001-include-stdint.h.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/servers/http/bozohttpd/0001-include-stdint.h.patch b/nixpkgs/pkgs/servers/http/bozohttpd/0001-include-stdint.h.patch
new file mode 100644
index 000000000000..1d0d716290dd
--- /dev/null
+++ b/nixpkgs/pkgs/servers/http/bozohttpd/0001-include-stdint.h.patch
@@ -0,0 +1,12 @@
+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>