diff options
-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; |