]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Wed, 18 Aug 1999 03:13:30 +0000 (03:13 +0000)
committerUlrich Drepper <drepper@redhat.com>
Wed, 18 Aug 1999 03:13:30 +0000 (03:13 +0000)
* locale/weight.h: Include <errno.h>.

ChangeLog
locale/weight.h

index 70c28b2aab99392be449297556b55f2a70ff97da..da353b1af13dd8f9b05b332a23ebbddcd867042e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 1999-08-17  Ulrich Drepper  <drepper@cygnus.com>
 
+       * locale/weight.h: Include <errno.h>.
+
        * posix/sys/types.h: Define type useconds_t if not done already.
        * posix/unistd.h: Likewise.  Use this in ualarm and usleep
        declarations.
index fed84244bd56bbee33ad2e468bf65776b2c9462f..c110bf6afcdf81e896e493253b6fc9987e3c839e 100644 (file)
@@ -18,6 +18,7 @@
    Boston, MA 02111-1307, USA.  */
 
 #include <alloca.h>
+#include <errno.h>
 #include <langinfo.h>
 #include "localeinfo.h"