Add sys/io.h.
authorUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2000 08:52:50 +0000 (08:52 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 23 Jan 2000 08:52:50 +0000 (08:52 +0000)
sysdeps/unix/sysv/linux/alpha/Makefile
sysdeps/unix/sysv/linux/arm/Makefile

index b62a871..3265e0f 100644 (file)
@@ -3,7 +3,7 @@ sysdep_routines += oldglob
 endif
 
 ifeq ($(subdir),misc)
-sysdep_headers += alpha/ptrace.h alpha/regdef.h
+sysdep_headers += alpha/ptrace.h alpha/regdef.h sys/io.h
 
 sysdep_routines += ieee_get_fp_control ieee_set_fp_control \
                   sethae ioperm osf_sigprocmask llseek adjtimex
index 79eff05..b82a6ef 100644 (file)
@@ -1,6 +1,6 @@
 ifeq ($(subdir),misc)
 sysdep_routines += setfsgid setfsuid setresgid setresuid ioperm
-sysdep_headers += sys/elf.h
+sysdep_headers += sys/elf.h sys/io.h
 endif
 
 ifeq ($(subdir),signal)