summaryrefslogtreecommitdiff
path: root/cad/libgeda/patches/patch-ae
blob: 51b309465ae9ccf6af05f943e4a66ed385e926d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ae,v 1.1 2001/07/17 03:06:27 dmcmahill Exp $

--- src/s_color.c.orig	Sun Jul  8 22:03:10 2001
+++ src/s_color.c	Mon Jul 16 14:55:50 2001
@@ -26,4 +26,8 @@
 #include <math.h>
 
+#ifdef HAVE_STRINGS_H
+#include <strings.h>
+#endif
+
 #include <gtk/gtk.h>
 #include <gdk/gdk.h>