]> granicus.if.org Git - php/commitdiff
- add missing headers to avoid warnings
authorJerome Loyet <fat@php.net>
Sat, 26 May 2012 15:37:33 +0000 (17:37 +0200)
committerJerome Loyet <fat@php.net>
Sat, 26 May 2012 15:37:33 +0000 (17:37 +0200)
sapi/fpm/fpm/fpm_sockets.h

index b7ff0b2296e7704d63aacb96a8998520ecb7a3f7..5b9c698c2adaedd3505bf1df1bf92270fc819e01 100644 (file)
@@ -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>