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

12 lines
277 B
Plaintext

$NetBSD: patch-lib-src_fakelisp_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
- use standard headers
--- lib-src/fakelisp.c~ 1995-01-06 12:09:02.000000000 +0000
+++ lib-src/fakelisp.c
@@ -1,3 +1,4 @@
+#include <stdlib.h>
#include "fakelisp.h"
void *Lisp_Object_Table[4096];