pkgsrc/editors/emacs20/patches/patch-al

15 lines
346 B
Text

$NetBSD: patch-al,v 1.1.1.1 2003/04/11 00:31:45 uebayasi Exp $
--- src/xfaces.c.orig Wed Nov 18 02:36:41 1998
+++ src/xfaces.c Sun Sep 1 15:35:41 2002
@@ -20,6 +20,10 @@
/* This is derived from work by Lucid (some parts very loosely so). */
+#ifdef __sun__
+#include <strings.h>
+#endif
+
#include <sys/types.h>
#include <sys/stat.h>