Skip to content

Commit

Permalink
- fix missing include for unix sockets
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Loyet committed Jun 1, 2012
1 parent 59e0930 commit 35abf3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sapi/fpm/fpm/fpm_sockets.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

#include <sys/types.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <unistd.h>
#include <fcntl.h>

Expand Down

0 comments on commit 35abf3f

Please sign in to comment.