diff options
author | Roland McGrath <roland@gnu.org> | 2000-02-04 00:46:37 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2000-02-04 00:46:37 +0000 |
commit | 35e9052a4bb0d076817ed68a89d4dc57426fcf4c (patch) | |
tree | f343de5cb4d852adac6fa846180513839342fdac | |
parent | ed2df4c2641307ddb22c82022e5760c14cfe9757 (diff) |
2000-01-29 Roland McGrath <roland@baalperazim.frob.com>
* maptime.h: Include <errno.h> for error_t decl.
-rw-r--r-- | libshouldbeinlibc/maptime.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libshouldbeinlibc/maptime.h b/libshouldbeinlibc/maptime.h index 952fb72b..c7a246fc 100644 --- a/libshouldbeinlibc/maptime.h +++ b/libshouldbeinlibc/maptime.h @@ -1,8 +1,8 @@ /* Support for mach's mapped time - Copyright (C) 1996, 1997 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 2000 Free Software Foundation, Inc. - Written by Miles Bader <miles@gnu.ai.mit.edu> + Written by Miles Bader <miles@gnu.org> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -27,6 +27,7 @@ #include <mach/time_value.h> #include <sys/time.h> +#include <errno.h> /* Return the mach mapped time page in MTIME. If USE_MACH_DEV is false, then the hurd uptime device DEV_NAME, or "/dev/uptime" if DEV_NAME is 0, is |