summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2001-02-19 10:28:08 +0000
committerSascha Schumann <sas@php.net>2001-02-19 10:28:08 +0000
commit2403578e35d29ab63f7ff5b0f28cbeffd02d75cc (patch)
tree0d5c75b0f7bdb1de96198df6cc1c9e923cc66cfb
parent1e6be5aaf5675e43c622ce0860a2b9688bb3bee3 (diff)
downloadphp-git-2403578e35d29ab63f7ff5b0f28cbeffd02d75cc.tar.gz
Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2
caused that file to be included by accident.
-rw-r--r--sapi/thttpd/thttpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c
index 7975979d30..1fe3f6d1ca 100644
--- a/sapi/thttpd/thttpd.c
+++ b/sapi/thttpd/thttpd.c
@@ -24,6 +24,8 @@
#include "php_variables.h"
#include "version.h"
+#include <sys/uio.h>
+
typedef struct {
httpd_conn *hc;
int post_off;