blob: f8ec20fd5e1a8df5a56aee17f0b2a2d1d129f1ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-aa,v 1.1 2001/07/17 02:59:06 dmcmahill Exp $
--- src/gsymcheck.c.orig Sun Jul 8 12:14:33 2001
+++ src/gsymcheck.c Mon Jul 16 22:27:26 2001
@@ -20,4 +20,7 @@
#include <config.h>
#include <stdio.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include <signal.h>
#ifdef HAVE_UNISTD_H
|