]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
[$(subdir)=inet] (sysdep_headers): Add netinet/ip.h.
authorUlrich Drepper <drepper@redhat.com>
Wed, 19 Mar 1997 03:23:02 +0000 (03:23 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 19 Mar 1997 03:23:02 +0000 (03:23 +0000)
sysdeps/unix/sysv/linux/Makefile

index 7a722c7d164b318c76c5e6011a26d398c8b504ab..d99e4eb2f3913ada717528b7d92db5e6591d85b4 100644 (file)
@@ -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.