refactor: add a async read/write variant to device ops, with allow async io to be...
[lunaix-os.git] / lunaix-os / libs / klibc / string / strchr.c
index 352efd1e649f6fd2d026f4c7053ca8fa2d09f1fb..2d80c71a00a0e8b082ed3ff1752e3117b583c009 100644 (file)
@@ -1,4 +1,5 @@
 #include <klibc/string.h>
+#include <lunaix/types.h>
 
 const char*
 strchr(const char* str, int character)