mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Include <sys/types.h> before <net/if_arp.h> in netutil.cc. I needed this on OS
X when compiling against the 10.4u SDK.
This commit is contained in:
parent
a468082429
commit
0a3c6f1fc7
1 changed files with 2 additions and 1 deletions
|
|
@ -97,10 +97,11 @@
|
|||
#else
|
||||
#include <sys/ioctl.h>
|
||||
#endif
|
||||
#include <net/if_arp.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <sys/types.h>
|
||||
#include <net/if_arp.h>
|
||||
|
||||
#if HAVE_NET_IF_H
|
||||
#ifndef NET_IF_H /* why doesn't OpenBSD do this? */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue