summaryrefslogtreecommitdiff
path: root/editors/cooledit/patches/patch-af
blob: 9d7a3a1973d249601f7d37751313125b774555f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-af,v 1.1.1.1 2002/07/07 19:45:39 dmcmahill Exp $

--- widget/aafont.c.orig	Sat Oct 27 14:36:12 2001
+++ widget/aafont.c
@@ -20,6 +20,10 @@
 #include <config.h>
 #include <stdlib.h>
 #include <stdio.h>
+
+#ifdef HAVE_STRING_H
+#include <string.h>
+#endif
 #include <X11/Xlib.h>
 #include <X11/Xutil.h>
 #include "aafont.h"