aboutsummaryrefslogtreecommitdiff
path: root/kernel/libk/strlen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/libk/strlen.cc')
-rw-r--r--kernel/libk/strlen.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/kernel/libk/strlen.cc b/kernel/libk/strlen.cc
index 69e499f..8e2cf7d 100644
--- a/kernel/libk/strlen.cc
+++ b/kernel/libk/strlen.cc
@@ -16,9 +16,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stddef.h>
-
#include <libk/string.h>
+#include <stddef.h>
size_t
strlen(const char *str)