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

fix compile error for struct msghdr in FreeBSD 10
This commit is contained in:
Salvatore Sanfilippo 2015-05-05 18:44:46 +02:00
commit 0610cb6296
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
#include <sys/utsname.h>
#include <locale.h>
#include <sys/sysctl.h>
#include <sys/socket.h>
/* Our shared "common" objects */