summaryrefslogtreecommitdiff
path: root/cad/gnetlist/patches/patch-aa
blob: 922e0d1b20f1b28b1ab90554b91ba6783ee0513a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-aa,v 1.1 2001/07/17 03:02:51 dmcmahill Exp $

--- src/i_vars.c.orig	Mon Jun 11 18:50:26 2001
+++ src/i_vars.c	Mon Jul 16 19:51:56 2001
@@ -21,4 +21,8 @@
 #include <stdio.h>
 
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
 #include <libgeda/libgeda.h>