summaryrefslogtreecommitdiff
path: root/ext/standard/head.c
diff options
context:
space:
mode:
authorAnantha Kesari H Y <hyanantha@php.net>2002-09-05 14:25:07 +0000
committerAnantha Kesari H Y <hyanantha@php.net>2002-09-05 14:25:07 +0000
commit8b8f1e05900875969a171baae9bf61a5871b14e1 (patch)
treeb48b1d843d786b2b1ada613a5b75a1218350c738 /ext/standard/head.c
parenteb58557e1cc244218c867437d7e018eb6a64e553 (diff)
downloadphp-git-8b8f1e05900875969a171baae9bf61a5871b14e1.tar.gz
NetWare related additions/modifications
Diffstat (limited to 'ext/standard/head.c')
-rw-r--r--ext/standard/head.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/ext/standard/head.c b/ext/standard/head.c
index 8845d8c86f..a6672239aa 100644
--- a/ext/standard/head.c
+++ b/ext/standard/head.c
@@ -18,6 +18,11 @@
/* $Id$ */
#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"