mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
12 lines
277 B
Plaintext
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];
|