forked from mirrors/tftp-hpa-google
Fix definition of PA_STRUCT_IN_PKTINFO
This commit is contained in:
parent
849efd27b3
commit
6f61e9935c
1 changed files with 4 additions and 0 deletions
4
aclocal.m4
vendored
4
aclocal.m4
vendored
|
@ -68,6 +68,10 @@ AC_DEFUN(PA_STRUCT_IN_PKTINFO,
|
|||
[
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/uio.h>
|
||||
],
|
||||
[
|
||||
struct in_pktinfo pktinfo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue