diff options
-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 |