diff options
| author | Venkat Raghavan S <rvenkat@php.net> | 2002-05-31 04:49:45 +0000 | 
|---|---|---|
| committer | Venkat Raghavan S <rvenkat@php.net> | 2002-05-31 04:49:45 +0000 | 
| commit | 575e3682f53e6e0146bc1aeed9cf721dbb196b35 (patch) | |
| tree | 906dce8bef2236e7ccf083a5586f92bf4a279650 /sapi/apache/php_apache_http.h | |
| parent | c4fd805ce4dbb1effc2fe8970e5a906a8908990b (diff) | |
| download | php-git-575e3682f53e6e0146bc1aeed9cf721dbb196b35.tar.gz | |
NetWare related changes
Diffstat (limited to 'sapi/apache/php_apache_http.h')
| -rw-r--r-- | sapi/apache/php_apache_http.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/sapi/apache/php_apache_http.h b/sapi/apache/php_apache_http.h index 6d41f418ab..56590fb822 100644 --- a/sapi/apache/php_apache_http.h +++ b/sapi/apache/php_apache_http.h @@ -5,6 +5,10 @@  #include <stddef.h>  #endif +#ifdef NETWARE +#include <netinet/in.h> +#endif +  #include "zend.h"  #include "php_regex.h"  | 
