diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r-- | sysdeps/unix/sysv/linux/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile index a200064a1c..9e6bd65bd1 100644 --- a/sysdeps/unix/sysv/linux/Makefile +++ b/sysdeps/unix/sysv/linux/Makefile @@ -51,5 +51,9 @@ ifeq ($(subdir), stdio-common) inhibit-siglist := yes endif +ifeq ($(subdir), inet) +sysdep_headers += netinet/in_systm.h +endif + # Don't compile the ctype glue code, since there is no old non-GNU C library. inhibit-glue = yes |