diff options
Diffstat (limited to 'arch/um/drivers/tty.c')
-rw-r--r-- | arch/um/drivers/tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/drivers/tty.c b/arch/um/drivers/tty.c index a97391f9ec54..eaa201bca5ed 100644 --- a/arch/um/drivers/tty.c +++ b/arch/um/drivers/tty.c | |||
@@ -7,8 +7,8 @@ | |||
7 | #include <fcntl.h> | 7 | #include <fcntl.h> |
8 | #include <termios.h> | 8 | #include <termios.h> |
9 | #include "chan_user.h" | 9 | #include "chan_user.h" |
10 | #include "os.h" | 10 | #include <os.h> |
11 | #include "um_malloc.h" | 11 | #include <um_malloc.h> |
12 | 12 | ||
13 | struct tty_chan { | 13 | struct tty_chan { |
14 | char *dev; | 14 | char *dev; |