diff options
author | Roland McGrath <roland@gnu.org> | 2003-06-02 18:20:22 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-06-02 18:20:22 +0000 |
commit | 7b09d09d7a450ff83deb116a3df7a7543206f668 (patch) | |
tree | 0fd7959681b2be9e66c130faf8fc921a0bcef6d6 /sysdeps/i386 | |
parent | 6f1acb30c1e30c6470092953ac75e665c4ba6bfb (diff) | |
download | glibc-7b09d09d7a450ff83deb116a3df7a7543206f668.tar.gz glibc-7b09d09d7a450ff83deb116a3df7a7543206f668.tar.xz glibc-7b09d09d7a450ff83deb116a3df7a7543206f668.zip |
2003-06-01 Jakub Jelinek <jakub@redhat.com>
* sysdeps/i386/dl-machine.h: Include <sysdep.h>.
Diffstat (limited to 'sysdeps/i386')
-rw-r--r-- | sysdeps/i386/dl-machine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/dl-machine.h b/sysdeps/i386/dl-machine.h index 00b99957f3..095098376d 100644 --- a/sysdeps/i386/dl-machine.h +++ b/sysdeps/i386/dl-machine.h @@ -23,7 +23,7 @@ #define ELF_MACHINE_NAME "i386" #include <sys/param.h> - +#include <sysdep.h> #include <tls.h> /* Return nonzero iff ELF header is compatible with the running host. */ |