From: Jakub Jelinek Date: Thu, 17 Apr 2008 08:32:24 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h. X-Git-Tag: cvs/glibc-2_8-base X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=39546e34c289751c4614eb592ca43469431cd944;p=thirdparty%2Fglibc.git * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h. 2008-04-17 Jakub Jelinek * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h. --- diff --git a/ChangeLog b/ChangeLog index bf841f7b8e5..873ddb6808a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-04-17 Jakub Jelinek + + * sysdeps/unix/sysv/linux/dl-osinfo.h: Include fcntl.h. + 2008-04-11 Ulrich Drepper * sysdeps/unix/sysv/linux/powerpc/bits/mathinline.h (__signbitl): diff --git a/sysdeps/unix/sysv/linux/dl-osinfo.h b/sysdeps/unix/sysv/linux/dl-osinfo.h index b13b6cf1dba..5271d4e4de7 100644 --- a/sysdeps/unix/sysv/linux/dl-osinfo.h +++ b/sysdeps/unix/sysv/linux/dl-osinfo.h @@ -19,6 +19,7 @@ #include #include +#include #include #ifndef MIN