ports/misc/screen-shm/patches/patch-os_h

14 lines
228 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
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___