hyanantha               Thu Oct 24 07:16:25 2002 EDT

  Modified files:              (Branch: PHP_4_2_0)
    /php4/ext/standard  head.c 
  Log:
  NetWare related changes/modifications.
  
  
Index: php4/ext/standard/head.c
diff -u php4/ext/standard/head.c:1.55.2.1 php4/ext/standard/head.c:1.55.2.2
--- php4/ext/standard/head.c:1.55.2.1   Wed Jul 24 06:03:49 2002
+++ php4/ext/standard/head.c    Thu Oct 24 07:16:25 2002
@@ -15,9 +15,14 @@
    | Author: Rasmus Lerdorf <[EMAIL PROTECTED]>                        |
    +----------------------------------------------------------------------+
  */
-/* $Id: head.c,v 1.55.2.1 2002/07/24 10:03:49 derick Exp $ */
+/* $Id: head.c,v 1.55.2.2 2002/10/24 11:16:25 hyanantha Exp $ */
 
 #include <stdio.h>
+
+#if defined(NETWARE) && !defined(NEW_LIBC)
+#include <sys/socket.h>
+#endif
+
 #include "php.h"
 #include "ext/standard/php_standard.h"
 #include "SAPI.h"



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to