]> granicus.if.org Git - php/commitdiff
- this change was not part of the env patch
authorPierre Joye <pajoye@php.net>
Mon, 18 Aug 2008 07:47:52 +0000 (07:47 +0000)
committerPierre Joye <pajoye@php.net>
Mon, 18 Aug 2008 07:47:52 +0000 (07:47 +0000)
ext/standard/basic_functions.c

index 754263f50d4aae01bb508891ba69a3cc33fdb7f9..9fe1da87957864a9c8cc5615ee53b695d714b154 100644 (file)
@@ -61,11 +61,7 @@ typedef struct yy_buffer_state *YY_BUFFER_STATE;
 #include <netinet/in.h>
 #endif
 
-#ifndef PHP_WIN32
-# include<netdb.h>
-#else
-# include "win32/inet.h"
-#endif
+#include<netdb.h>
 
 #if HAVE_ARPA_INET_H
 # include <arpa/inet.h>