View | Details | Raw Unified | Return to bug 151263
Collapse All | Expand All

(-)src/arping.c (-4 / +4 lines)
Lines 75-89 Link Here
75
#include <libnet.h>
75
#include <libnet.h>
76
#endif
76
#endif
77
77
78
#if HAVE_NET_BPF_H
79
#include <net/bpf.h>
80
#endif
81
78
#if HAVE_WIN32_LIBNET_H
82
#if HAVE_WIN32_LIBNET_H
79
#include <win32/libnet.h>
83
#include <win32/libnet.h>
80
#endif
84
#endif
81
#include <pcap.h>
85
#include <pcap.h>
82
86
83
#if HAVE_NET_BPF_H
84
#include <net/bpf.h>
85
#endif
86
87
#ifndef ETH_ALEN
87
#ifndef ETH_ALEN
88
#define ETH_ALEN 6
88
#define ETH_ALEN 6
89
#endif
89
#endif

Return to bug 151263