Commit 29b00f3f authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Work around missing PF_LOCAL (fixes: #3027)

parent 5f9fc1ca
......@@ -57,6 +57,9 @@
# include <fcntl.h>
# include <sys/socket.h>
# include <sys/poll.h>
# ifndef PF_LOCAL
# define PF_LOCAL PF_UNIX
# endif
#endif
#if defined(WIN32) || defined(UNDER_CE)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment