diff options
author | Ted Lemon <source@isc.org> | 2001-01-06 21:32:49 +0000 |
---|---|---|
committer | Ted Lemon <source@isc.org> | 2001-01-06 21:32:49 +0000 |
commit | 9c5706a68210890259a5ba5e697981b7051b58f0 (patch) | |
tree | 0f2e04c3da6772e7ef20943dddab69d5f2be367b /includes/cf | |
parent | 27b3dc1d6239316c87c3a05bca6a04b8e5a04a0f (diff) | |
download | isc-dhcp-9c5706a68210890259a5ba5e697981b7051b58f0.tar.gz |
Include net/if_arp.h for ARPHRD_*
Diffstat (limited to 'includes/cf')
-rw-r--r-- | includes/cf/rhapsody.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/cf/rhapsody.h b/includes/cf/rhapsody.h index f4f8f916..4a992869 100644 --- a/includes/cf/rhapsody.h +++ b/includes/cf/rhapsody.h @@ -59,6 +59,7 @@ extern int h_errno; #include <net/if_dl.h> #include <net/route.h> #include <sys/sockio.h> +#import <net/if_arp.h> #define ifr_netmask ifr_addr |