summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerome Loyet <fat@php.net>2012-05-26 17:37:33 +0200
committerJerome Loyet <fat@php.net>2012-05-26 17:37:33 +0200
commit63e11f90258d26de20f1756120da6f351eff3f91 (patch)
tree62ff2025def3c0dc43cca5362fe99f4a36a9688a
parenta7761262f70d660cd20ec698c453b8daa922f422 (diff)
downloadphp-git-63e11f90258d26de20f1756120da6f351eff3f91.tar.gz
- add missing headers to avoid warnings
-rw-r--r--sapi/fpm/fpm/fpm_sockets.h2
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>