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