forked from mirrors/tftp-hpa-google
Need <netinet/in.h> to test for struct msghdr
This commit is contained in:
parent
266427bc5b
commit
6b1cb87881
1 changed files with 1 additions and 0 deletions
1
aclocal.m4
vendored
1
aclocal.m4
vendored
|
@ -42,6 +42,7 @@ AC_DEFUN(PA_MSGHDR_MSG_CONTROL,
|
|||
[
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
],
|
||||
[
|
||||
struct msghdr msg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue