blob: b4a0249b873754fd1eb48dca8a7e02383d81f2bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ae,v 1.1 2001/07/17 03:01:10 dmcmahill Exp $
--- src/x_grid.c.orig Sun Jul 8 22:03:47 2001
+++ src/x_grid.c Mon Jul 16 21:51:09 2001
@@ -23,4 +23,7 @@
#include <config.h>
#include <math.h>
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
#include <libgeda/libgeda.h>
|