diff options
author | Jerome Loyet <fat@php.net> | 2012-06-01 11:16:53 +0200 |
---|---|---|
committer | Jerome Loyet <fat@php.net> | 2012-06-01 11:16:53 +0200 |
commit | 35abf3f20c36109b4afdcbd62db9a1846575ac3d (patch) | |
tree | f76cb9c161845aab7e5fd3f015197a400b15df09 /sapi | |
parent | 59e0930d37e2a559317e2c08ecfee5a84bde925d (diff) | |
download | php-git-35abf3f20c36109b4afdcbd62db9a1846575ac3d.tar.gz |
- fix missing include for unix sockets
Diffstat (limited to 'sapi')
-rw-r--r-- | sapi/fpm/fpm/fpm_sockets.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/fpm/fpm/fpm_sockets.h b/sapi/fpm/fpm/fpm_sockets.h index 5b9c698c2a..499ba6baf8 100644 --- a/sapi/fpm/fpm/fpm_sockets.h +++ b/sapi/fpm/fpm/fpm_sockets.h @@ -7,6 +7,7 @@ #include <sys/types.h> #include <sys/socket.h> +#include <sys/un.h> #include <unistd.h> #include <fcntl.h> |