mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
429 B
Plaintext
15 lines
429 B
Plaintext
$NetBSD: patch-src_eval_c,v 1.1 2011/12/24 17:07:07 dholland Exp $
|
|
|
|
- use standard headers
|
|
|
|
--- src/eval.c~ 1994-10-21 04:20:08.000000000 +0000
|
|
+++ src/eval.c
|
|
@@ -24,6 +24,7 @@ the Free Software Foundation, 675 Mass A
|
|
/* 93.7.8 modified for Mule Ver.0.9.8 by T.Atsushiba <toshiki@jit.dec.co.jp>
|
|
Function type declaration of call4(). */
|
|
|
|
+#include <stdlib.h>
|
|
#include <config.h>
|
|
#include "lisp.h"
|
|
#include "blockinput.h"
|