Skip to content

Commit

Permalink
socklen_t needs this.
Browse files Browse the repository at this point in the history
We might need some more magic to ensure that socklen_t gets defined in
the correct places; lets see if any more problems arise...
  • Loading branch information
wez committed Jul 2, 2003
1 parent 1b50ca4 commit 989500b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions main/streams/php_stream_transport.h
Expand Up @@ -18,6 +18,10 @@

/* $Id$ */

#if HAVE_SYS_SOCKET_H
# include <sys/socket.h>
#endif

typedef php_stream *(php_stream_transport_factory_func)(const char *proto, long protolen,
char *resourcename, long resourcenamelen,
const char *persistent_id, int options, int flags,
Expand Down

0 comments on commit 989500b

Please sign in to comment.