diff options
author | Roland McGrath <roland@gnu.org> | 1994-09-12 03:50:56 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1994-09-12 03:50:56 +0000 |
commit | 0689ec4e7dd22fbc20dd6d48b8d5272c0cbf1a22 (patch) | |
tree | 0b9929eac29de8b1ce07e9fbbc1e7024add06c7f | |
parent | d76ce01919eccc1505161ea5b331ab7c913ce2b6 (diff) |
entered into RCS
-rw-r--r-- | libdiskfs/init-startup.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdiskfs/init-startup.c b/libdiskfs/init-startup.c index 8a7a5c34..a41c91c9 100644 --- a/libdiskfs/init-startup.c +++ b/libdiskfs/init-startup.c @@ -20,6 +20,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* Written by Roland McGrath. */ #include "priv.h" +#include <stdio.h> +#include <hurd/fsys.h> mach_port_t diskfs_startup_diskfs (mach_port_t bootstrap) |