* locale/weight.h: Include <errno.h>.
This commit is contained in:
Ulrich Drepper 1999-08-18 03:13:30 +00:00
parent 7707af891e
commit 77f855ed46
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View File

@ -18,6 +18,7 @@
Boston, MA 02111-1307, USA. */
#include <alloca.h>
#include <errno.h>
#include <langinfo.h>
#include "localeinfo.h"