Include <sys/uio.h>. Apparently, the header cleanup in glibc 2.2.2

caused that file to be included by accident.
This commit is contained in:
Sascha Schumann 2001-02-19 10:28:08 +00:00
parent 1e6be5aaf5
commit 2403578e35

View file

@ -24,6 +24,8 @@
#include "php_variables.h"
#include "version.h"
#include <sys/uio.h>
typedef struct {
httpd_conn *hc;
int post_off;