Skip to content

Commit ec4a1d5

Browse files
author
Jerome Loyet
committed
- fix missing include for unix sockets
1 parent 43ec708 commit ec4a1d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sapi/fpm/fpm/fpm_sockets.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77

88
#include <sys/types.h>
99
#include <sys/socket.h>
10+
#include <sys/un.h>
1011
#include <unistd.h>
1112
#include <fcntl.h>
1213

0 commit comments

Comments
 (0)