diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | locale/weight.h | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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. diff --git a/locale/weight.h b/locale/weight.h index fed8424..c110bf6 100644 --- a/locale/weight.h +++ b/locale/weight.h @@ -18,6 +18,7 @@ Boston, MA 02111-1307, USA. */ #include <alloca.h> +#include <errno.h> #include <langinfo.h> #include "localeinfo.h" |