diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 22:02:13 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-04-11 22:02:13 +0000 |
commit | df7a1077d628c07a5def7f9a6250f9ede86f3d14 (patch) | |
tree | fa7c0fffed135777faba75d48caf4b50df3197eb /libdiskfs/console.c | |
parent | 2de1023ccccb892da5c17573ed49b8231fe4516e (diff) |
Include <hurd.h>.
Diffstat (limited to 'libdiskfs/console.c')
-rw-r--r-- | libdiskfs/console.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libdiskfs/console.c b/libdiskfs/console.c index 4364617c..885f527e 100644 --- a/libdiskfs/console.c +++ b/libdiskfs/console.c @@ -1,6 +1,6 @@ /* Redirect stdio to the console if possible - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1996 Free Software Foundation, Inc. Written by Miles Bader <miles@gnu.ai.mit.edu> @@ -29,6 +29,7 @@ #include <mach/mach.h> #include <device/device.h> +#include <hurd.h> /* Make errors go somewhere reasonable. */ void |