From: Sascha Schumann Date: Mon, 19 Feb 2001 10:28:08 +0000 (+0000) Subject: Include . Apparently, the header cleanup in glibc 2.2.2 X-Git-Tag: php-4.0.5RC1~243 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2403578e35d29ab63f7ff5b0f28cbeffd02d75cc;p=php Include . Apparently, the header cleanup in glibc 2.2.2 caused that file to be included by accident. --- 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 + typedef struct { httpd_conn *hc; int post_off;