blob: 99c903a5d1ea79bbf0472a8fff7e056fed1d1d83 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bv,v 1.1 2004/03/25 22:13:34 kristerw Exp $
--- src/ralloc.c.orig 2004-03-25 22:18:49.000000000 +0100
+++ src/ralloc.c 2004-03-25 22:20:22.000000000 +0100
@@ -80,6 +80,8 @@
#endif /* not emacs */
+#include <stdlib.h>
+
#include "getpagesize.h"
#define NIL ((POINTER) 0)
|