mirror of
https://github.com/Interlisp/maiko.git
synced 2026-01-27 04:12:51 +00:00
Solaris (OS5) requires <string.h>
modified: src/dir.c
This commit is contained in:
@@ -34,7 +34,7 @@ static char *id = "$Id: dir.c,v 1.4 2001/12/26 22:17:01 sybalsky Exp $ Copyright
|
||||
/* #include <string.h> */
|
||||
#endif /* SYSVONLY */
|
||||
|
||||
#if defined(LINUX) || defined(MACOSX) || defined(FREEBSD)
|
||||
#if defined(LINUX) || defined(MACOSX) || defined(FREEBSD) || defined(OS5)
|
||||
#include <string.h>
|
||||
#endif /* LINUX */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user