fix compile error for struct msghdr

This commit is contained in:
clark.kang 2015-05-05 22:51:27 +09:00
parent 8af99d0c09
commit 8d18692018

View File

@ -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 */