Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 346171
Collapse All | Expand All

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

Return to bug 346171