When using glibc, don't include <netinet/ip_fw.h> any longer but all
1998-12-28 Martin Baulig <martin@home-of-linux.org> * netload.c: When using glibc, don't include <netinet/ip_fw.h> any longer but all headers that were included there; we only needed this file to get those headers.
This commit is contained in:
committed by
Martin Baulig
parent
a9928eb8a8
commit
be97f1b90a
@@ -30,7 +30,12 @@
|
||||
#if !defined (_LIBC) && defined (__GNU_LIBRARY__) && __GNU_LIBRARY__ > 1
|
||||
/* GNU LibC */
|
||||
#include <net/if.h>
|
||||
#include <netinet/ip_fw.h>
|
||||
#include <netinet/ip_icmp.h>
|
||||
#include <netinet/in.h>
|
||||
#include <netinet/ip.h>
|
||||
#include <netinet/tcp.h>
|
||||
#include <netinet/udp.h>
|
||||
#include <net/if.h>
|
||||
#else /* Libc 5 */
|
||||
#include <linux/if.h>
|
||||
#include <linux/in.h>
|
||||
|
Reference in New Issue
Block a user