diff options
Diffstat (limited to 'arch/um/drivers/fd.c')
-rw-r--r-- | arch/um/drivers/fd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/um/drivers/fd.c b/arch/um/drivers/fd.c index 5b81d2574415..a13a427b996b 100644 --- a/arch/um/drivers/fd.c +++ b/arch/um/drivers/fd.c | |||
@@ -9,8 +9,8 @@ | |||
9 | #include <errno.h> | 9 | #include <errno.h> |
10 | #include <termios.h> | 10 | #include <termios.h> |
11 | #include "chan_user.h" | 11 | #include "chan_user.h" |
12 | #include "os.h" | 12 | #include <os.h> |
13 | #include "um_malloc.h" | 13 | #include <um_malloc.h> |
14 | 14 | ||
15 | struct fd_chan { | 15 | struct fd_chan { |
16 | int fd; | 16 | int fd; |