diff options
Diffstat (limited to 'lib/libc/src/unistd/open.c')
-rw-r--r-- | lib/libc/src/unistd/open.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/src/unistd/open.c b/lib/libc/src/unistd/open.c index eed01a2..85b9710 100644 --- a/lib/libc/src/unistd/open.c +++ b/lib/libc/src/unistd/open.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2023-2024 Ian Marco Moffett and the Osmora Team. + * Copyright (c) 2023-2025 Ian Marco Moffett and the Osmora Team. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -28,6 +28,7 @@ */ #include <sys/syscall.h> +#include <sys/types.h> #include <fcntl.h> int |