Need <netinet/in.h> to test for struct msghdr

This commit is contained in:
hpa 2001-08-03 03:40:35 +00:00
parent 266427bc5b
commit 6b1cb87881

1
aclocal.m4 vendored
View file

@ -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;