git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
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
diff --git
a/lunaix-os/libs/klibc/string/strchr.c
b/lunaix-os/libs/klibc/string/strchr.c
index 352efd1e649f6fd2d026f4c7053ca8fa2d09f1fb..2d80c71a00a0e8b082ed3ff1752e3117b583c009 100644
(file)
--- a/
lunaix-os/libs/klibc/string/strchr.c
+++ b/
lunaix-os/libs/klibc/string/strchr.c
@@
-1,4
+1,5
@@
#include <klibc/string.h>
#include <klibc/string.h>
+#include <lunaix/types.h>
const char*
strchr(const char* str, int character)
const char*
strchr(const char* str, int character)