summaryrefslogtreecommitdiff
path: root/lib/libc/include/fcntl.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/include/fcntl.h')
-rw-r--r--lib/libc/include/fcntl.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/include/fcntl.h b/lib/libc/include/fcntl.h
index c876506..5f5ed8a 100644
--- a/lib/libc/include/fcntl.h
+++ b/lib/libc/include/fcntl.h
@@ -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
@@ -30,9 +30,8 @@
#ifndef _FCNTL_H
#define _FCNTL_H
-#include <sys/types.h>
-#include <sys/fcntl.h>
#include <sys/cdefs.h>
+#include <sys/fcntl.h>
__BEGIN_DECLS