diff options
author | Jakub Jelinek <jakub@redhat.com> | 2008-04-17 08:32:24 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2008-04-17 08:32:24 +0000 |
commit | 39546e34c289751c4614eb592ca43469431cd944 (patch) | |
tree | 198a5913e5effe9241a3fa8028ddb7b3a254efa6 /sysdeps/unix/sysv/linux/dl-osinfo.h | |
parent | 2313c48fa98843a07c636999ad7a2d821166541c (diff) | |
download | glibc-39546e34c289751c4614eb592ca43469431cd944.tar.gz glibc-39546e34c289751c4614eb592ca43469431cd944.tar.xz glibc-39546e34c289751c4614eb592ca43469431cd944.zip |
* sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h. cvs/glibc-2_8-base cvs/glibc-2_8-branch
2008-04-17 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h.
Diffstat (limited to 'sysdeps/unix/sysv/linux/dl-osinfo.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/dl-osinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/dl-osinfo.h b/sysdeps/unix/sysv/linux/dl-osinfo.h index b13b6cf1db..5271d4e4de 100644 --- a/sysdeps/unix/sysv/linux/dl-osinfo.h +++ b/sysdeps/unix/sysv/linux/dl-osinfo.h @@ -19,6 +19,7 @@ #include <kernel-features.h> #include <dl-sysdep.h> +#include <fcntl.h> #include <stdint.h> #ifndef MIN |