diff options
Diffstat (limited to 'emu')
| -rw-r--r-- | emu/port/devfs-posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emu/port/devfs-posix.c b/emu/port/devfs-posix.c index 02c842f4..14cce877 100644 --- a/emu/port/devfs-posix.c +++ b/emu/port/devfs-posix.c @@ -9,7 +9,7 @@ #include <sys/types.h> #include <sys/stat.h> -#include <sys/fcntl.h> +#include <fcntl.h> #include <sys/socket.h> #include <sys/un.h> #include <utime.h> |
