1
0
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:
Nick Briggs
2025-12-07 21:11:39 -08:00
parent cdaa7b6889
commit a074c4a3c0

View File

@@ -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 */