mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
318 B
Plaintext
16 lines
318 B
Plaintext
$NetBSD: patch-ad,v 1.3 2000/10/02 08:23:15 jlam Exp $
|
|
|
|
--- src/arch_posix.c.orig Sun Jan 9 10:26:37 2000
|
|
+++ src/arch_posix.c
|
|
@@ -36,6 +36,10 @@
|
|
#include <signal.h>
|
|
#endif
|
|
|
|
+#ifdef HAVE_STRING_H
|
|
+#include <string.h> /* declaration of memset() */
|
|
+#endif
|
|
+
|
|
#ifdef HAVE_SYS_TYPES_H
|
|
#include <sys/types.h>
|
|
#endif
|