14 lines
228 B
Text
14 lines
228 B
Text
|
Index: os.h
|
||
|
--- os.h.orig
|
||
|
+++ os.h
|
||
|
@@ -70,6 +70,9 @@ extern int errno;
|
||
|
#undef strerror
|
||
|
#endif
|
||
|
|
||
|
+#ifdef POSIX
|
||
|
+# include <string.h>
|
||
|
+#endif
|
||
|
#if !defined(SYSV) && !defined(linux)
|
||
|
# ifdef NEWSOS
|
||
|
# define strlen ___strlen___
|