diff options
Diffstat (limited to 'arch/um/os-Linux/tty.c')
-rw-r--r-- | arch/um/os-Linux/tty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/os-Linux/tty.c b/arch/um/os-Linux/tty.c index dd12b99dcb59..721d8afa329b 100644 --- a/arch/um/os-Linux/tty.c +++ b/arch/um/os-Linux/tty.c | |||
@@ -7,8 +7,8 @@ | |||
7 | #include <unistd.h> | 7 | #include <unistd.h> |
8 | #include <errno.h> | 8 | #include <errno.h> |
9 | #include <fcntl.h> | 9 | #include <fcntl.h> |
10 | #include "kern_util.h" | 10 | #include <kern_util.h> |
11 | #include "os.h" | 11 | #include <os.h> |
12 | 12 | ||
13 | struct grantpt_info { | 13 | struct grantpt_info { |
14 | int fd; | 14 | int fd; |