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