]> granicus.if.org Git - php/commitdiff
Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2
authorSascha Schumann <sas@php.net>
Mon, 19 Feb 2001 10:28:08 +0000 (10:28 +0000)
committerSascha Schumann <sas@php.net>
Mon, 19 Feb 2001 10:28:08 +0000 (10:28 +0000)
caused that file to be included by accident.

sapi/thttpd/thttpd.c

index 7975979d30afcc6ed08d975b2c92a38479463f82..1fe3f6d1ca59391dc3d13e7c9abec7bf966b7d7b 100644 (file)
@@ -24,6 +24,8 @@
 #include "php_variables.h"
 #include "version.h"
 
+#include <sys/uio.h>
+
 typedef struct {
        httpd_conn *hc;
        int post_off;