diff options
-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> |