summaryrefslogtreecommitdiff
path: root/cad/gsymcheck/patches/patch-ab
blob: 839809984bd733faa41852a8a9383d3ecc977499 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.1 2001/07/17 02:59:06 dmcmahill Exp $

--- src/s_check.c.orig	Tue Jul  4 16:19:36 2000
+++ src/s_check.c	Mon Jul 16 22:28:15 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