diff options
Diffstat (limited to 'ext/sockets/php_sockets.h')
| -rw-r--r-- | ext/sockets/php_sockets.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/sockets/php_sockets.h b/ext/sockets/php_sockets.h index dd2b9933f6..17abf95a19 100644 --- a/ext/sockets/php_sockets.h +++ b/ext/sockets/php_sockets.h @@ -24,6 +24,10 @@ /* $Id$ */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #if HAVE_SOCKETS #include <php.h> |
