diff options
| author | Sascha Schumann <sas@php.net> | 2001-02-19 10:28:08 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2001-02-19 10:28:08 +0000 |
| commit | 2403578e35d29ab63f7ff5b0f28cbeffd02d75cc (patch) | |
| tree | 0d5c75b0f7bdb1de96198df6cc1c9e923cc66cfb /sapi/thttpd/thttpd.c | |
| parent | 1e6be5aaf5675e43c622ce0860a2b9688bb3bee3 (diff) | |
| download | php-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.
Diffstat (limited to 'sapi/thttpd/thttpd.c')
| -rw-r--r-- | sapi/thttpd/thttpd.c | 2 |
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; |
