diff options
author | Jerome Loyet <fat@php.net> | 2012-05-26 17:37:33 +0200 |
---|---|---|
committer | Jerome Loyet <fat@php.net> | 2012-05-26 17:37:33 +0200 |
commit | 63e11f90258d26de20f1756120da6f351eff3f91 (patch) | |
tree | 62ff2025def3c0dc43cca5362fe99f4a36a9688a | |
parent | a7761262f70d660cd20ec698c453b8daa922f422 (diff) | |
download | php-git-63e11f90258d26de20f1756120da6f351eff3f91.tar.gz |
- add missing headers to avoid warnings
-rw-r--r-- | sapi/fpm/fpm/fpm_sockets.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/fpm/fpm/fpm_sockets.h b/sapi/fpm/fpm/fpm_sockets.h index b7ff0b2296..5b9c698c2a 100644 --- a/sapi/fpm/fpm/fpm_sockets.h +++ b/sapi/fpm/fpm/fpm_sockets.h @@ -5,6 +5,8 @@ #ifndef FPM_MISC_H #define FPM_MISC_H 1 +#include <sys/types.h> +#include <sys/socket.h> #include <unistd.h> #include <fcntl.h> |