summaryrefslogtreecommitdiff
path: root/ext/sockets/sockets.c
diff options
context:
space:
mode:
authorStig Venaas <venaas@php.net>2002-01-06 11:54:19 +0000
committerStig Venaas <venaas@php.net>2002-01-06 11:54:19 +0000
commit6e1878b0fcfc55ea91b0559e27e35c37e53e9a64 (patch)
treee0014154d37ace75389a23527e9e8c8f7ed9b4bc /ext/sockets/sockets.c
parent350777932a6c2c56dadc6b762dd6aff673e7de57 (diff)
downloadphp-git-6e1878b0fcfc55ea91b0559e27e35c37e53e9a64.tar.gz
Added some consts for arguments in network.c declarations. Moved
php_sockaddr_storage to php_network.h and added check for struct sockaddr_storage
Diffstat (limited to 'ext/sockets/sockets.c')
-rw-r--r--ext/sockets/sockets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/sockets/sockets.c b/ext/sockets/sockets.c
index 71263d16ed..11dd0fb59d 100644
--- a/ext/sockets/sockets.c
+++ b/ext/sockets/sockets.c
@@ -26,6 +26,7 @@
#endif
#include "php.h"
+#include "php_network.h"
#if HAVE_SOCKETS