pkgsrc-ng/editors/mule/patches/patch-src_textprop_c
2013-09-26 17:14:40 +02:00

15 lines
455 B
Plaintext

$NetBSD: patch-src_textprop_c,v 1.1 2011/12/24 17:07:08 dholland Exp $
- use standard headers
--- src/textprop.c~ 1994-11-04 11:11:20.000000000 +0000
+++ src/textprop.c
@@ -17,6 +17,7 @@ You should have received a copy of the G
along with GNU Emacs; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <stdlib.h>
#include <config.h>
#include "lisp.h"
#include "intervals.h"