Commit 0610cb62 authored by Salvatore Sanfilippo's avatar Salvatore Sanfilippo
Browse files

Merge pull request #2564 from charsyam/feature/compile-error-freebsd-1

fix compile error for struct msghdr in FreeBSD 10
parents 23e304e3 8d186920
...@@ -54,6 +54,7 @@ ...@@ -54,6 +54,7 @@
#include <sys/utsname.h> #include <sys/utsname.h>
#include <locale.h> #include <locale.h>
#include <sys/sysctl.h> #include <sys/sysctl.h>
#include <sys/socket.h>
/* Our shared "common" objects */ /* Our shared "common" objects */
......
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