diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-21 23:00:43 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-21 23:00:43 +0000 |
commit | 1e11ff463c19d7cc0eb6f93937754e17f07c56f5 (patch) | |
tree | f5f7831e26f2852e04de253c4d48f5afa4a37696 /boot | |
parent | 9e30385405b1640c2415a6dc1f1c90b78f88bc76 (diff) |
Formerly boot.c.~33~
Diffstat (limited to 'boot')
-rw-r--r-- | boot/boot.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boot/boot.c b/boot/boot.c index ce627ae7..8996b5ed 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -36,8 +36,8 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "exec_S.h" #include "device_S.h" #include "io_S.h" -#include "device_reply.h" -#include "io_repl.h" +#include "device_reply_U.h" +#include "io_reply_U.h" #include "term_S.h" /* #include "tioctl_S.h" */ |