From 06b93c0c5b0ed5ffbfdf35e58741a18e444b2d63 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Tue, 29 Sep 2015 17:17:21 +0200 Subject: [PATCH hurd 10/11] fixup_bootshell --- bootshell/fs.c | 2 ++ bootshell/main.c | 1 + 2 files changed, 3 insertions(+) diff --git a/bootshell/fs.c b/bootshell/fs.c index 88536d8..89b6b9d 100644 --- a/bootshell/fs.c +++ b/bootshell/fs.c @@ -18,11 +18,13 @@ along with the GNU Hurd. If not, see . */ #include +#include #include #include #include #include #include +#include // eek #include "fs_S.h" diff --git a/bootshell/main.c b/bootshell/main.c index 54685a7..f444abc 100644 --- a/bootshell/main.c +++ b/bootshell/main.c @@ -18,6 +18,7 @@ along with the GNU Hurd. If not, see . */ #include +#include #include #include #include -- 2.1.4