remove the includes that obsoleted since last refactoring
[lunaix-os.git] / lunaix-os / usr / libc / includes / string.h
index 333667173484e1a046fedf836deff2d61c357e1c..11569678c0adc22c676a762e6ebddd8afec615ae 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef __LUNALIBC_STRING_H
 #define __LUNALIBC_STRING_H
 
-#include <stddef.h>
+#include <sys/types.h>
 
 extern size_t strlen(const char* str);