mirror of
https://github.com/Interlisp/maiko.git
synced 2026-03-21 16:42:35 +00:00
Adds required include of <string.h> for strncpy in non-BYTESWAP compilations.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#include <errno.h>
|
||||
#include <limits.h> /* for NAME_MAX */
|
||||
#include <dirent.h> /* for MAXNAMLEN */
|
||||
#include <string.h> /* for strncpy in non-BYTESWAP case */
|
||||
#include "lispemul.h" /* for DLword */
|
||||
#include "commondefs.h" /* for error */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user