summaryrefslogtreecommitdiff
path: root/editors/emacs20/patches/patch-am
blob: 60a59c0bb513a90ee362c38aa27df05cd3991c50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
$NetBSD: patch-am,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $

--- src/xfns.c.orig	Thu Jul  1 02:09:39 1999
+++ src/xfns.c	Sun Sep  1 15:36:55 2002
@@ -22,6 +22,10 @@
 
 /* Rewritten for X11 by Joseph Arceneaux */
 
+#ifdef __sun__
+#include <strings.h>
+#endif
+
 #include <signal.h>
 #include <config.h>