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
remove the includes that obsoleted since last refactoring
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
src
/
string.c
diff --git
a/lunaix-os/usr/libc/src/string.c
b/lunaix-os/usr/libc/src/string.c
index 726437c15a27be883ee4791aed3af876db1c9965..4a4a8d930f0ccdc3efc81bf05cde49df1233a7b4 100644
(file)
--- a/
lunaix-os/usr/libc/src/string.c
+++ b/
lunaix-os/usr/libc/src/string.c
@@
-1,4
+1,5
@@
#include <string.h>
#include <string.h>
+#include <sys/types.h>
size_t
strlen(const char* str)
size_t
strlen(const char* str)
@@
-64,4
+65,4
@@
strcmp(const char* a, const char* b)
b++;
}
return *a - *b;
b++;
}
return *a - *b;
-}
\ No newline at end of file
+}