]> granicus.if.org Git - php/commitdiff
Include "php.h", otherwise we don't have access to the PHP and autoconf
authorSascha Schumann <sas@php.net>
Mon, 4 Sep 2000 12:58:08 +0000 (12:58 +0000)
committerSascha Schumann <sas@php.net>
Mon, 4 Sep 2000 12:58:08 +0000 (12:58 +0000)
macros.

main/network.c

index 84a3277114e75350803827fe773eab21218712e5..91f6f864e9bcc0aa46a391cbaabbedcbe374d47f 100644 (file)
@@ -17,6 +17,8 @@
  */
 /* $Id$ */
 
+#include "php.h"
+
 #ifdef PHP_WIN32
 #include <windows.h>
 #include <winsock.h>