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

15 lines
385 B
Plaintext

$NetBSD: patch-src_macros_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
- use standard headers
--- src/macros.c~ 1993-09-12 01:21:02.000000000 +0000
+++ src/macros.c
@@ -18,6 +18,7 @@ along with GNU Emacs; see the file COPYI
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <stdlib.h>
#include <config.h>
#include "lisp.h"
#include "macros.h"