]> granicus.if.org Git - php/commitdiff
- fix missing include for unix sockets
authorJerome Loyet <fat@php.net>
Fri, 1 Jun 2012 09:22:18 +0000 (11:22 +0200)
committerJerome Loyet <fat@php.net>
Fri, 1 Jun 2012 09:22:18 +0000 (11:22 +0200)
sapi/fpm/fpm/fpm_sockets.h

index 5b9c698c2adaedd3505bf1df1bf92270fc819e01..499ba6baf89bb7d340936025f2b57e5b4949ed1a 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <sys/un.h>
 #include <unistd.h>
 #include <fcntl.h>