From: Ulrich Drepper Date: Wed, 19 Mar 1997 03:23:02 +0000 (+0000) Subject: [$(subdir)=inet] (sysdep_headers): Add netinet/ip.h. X-Git-Tag: cvs/libc20x-ud-970318~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8d4e461671e47e4f68ed7c10c609940402c08af;p=thirdparty%2Fglibc.git [$(subdir)=inet] (sysdep_headers): Add netinet/ip.h. --- diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index 7a722c7d164..d99e4eb2f39 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -55,7 +55,8 @@ endif ifeq ($(subdir),inet) sysdep_headers += netinet/in_systm.h netinet/udp.h netinet/icmp.h \ netinet/if_fddi.h netinet/if_tr.h netinet/igmp.h \ - netinet/ip_fw.h netinet/ip_icmp.h sys/socketvar.h + netinet/ip_fw.h netinet/ip_icmp.h sys/socketvar.h \ + netinet/ip.h endif # Don't compile the ctype glue code, since there is no old non-GNU C library.