]> granicus.if.org Git - php/commitdiff
MFH: fix include
authorJani Taskinen <jani@php.net>
Mon, 18 Aug 2008 10:49:59 +0000 (10:49 +0000)
committerJani Taskinen <jani@php.net>
Mon, 18 Aug 2008 10:49:59 +0000 (10:49 +0000)
ext/standard/basic_functions.c

index 26fce2e7f394af2547d8c287823a6581b46c4961..b103b2a281fda3a982f230a4303efb35b8e9da69 100644 (file)
@@ -63,7 +63,7 @@ typedef struct yy_buffer_state *YY_BUFFER_STATE;
 #include <netinet/in.h>
 #endif
 
-# include<netdb.h>
+#include <netdb.h>
 
 #if HAVE_ARPA_INET_H
 # include <arpa/inet.h>