mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* kernel include if_arp.h
@ 2003-08-21 10:21 agri
  0 siblings, 0 replies; only message in thread
From: agri @ 2003-08-21 10:21 UTC (permalink / raw)
  To: linux-kernel

i was trying to compile squid-2.5.STABLE3 with arp acl support in my
i686-pc-linux-gnu box.

squid/src/acl.c include <linux/if_arp.h>
so while compiling i got warning that an include file should not be used
outside the kernel

modifying linux/if_arp.h:

#ifdef __KERNEL__
#include <linux/netdevice.h>
#endif

resolve the problem

Agri



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-21 10:28 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-21 10:21 kernel include if_arp.h agri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®