blob: 4cb54031e9023bb5fa7dc9db8dd08e49ecde6796 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-be,v 1.1 2009/11/30 00:03:08 dholland Exp $
Add standard includes needed for LP64 build.
--- gentle/grts.c~ 1998-08-20 09:56:09.000000000 -0400
+++ gentle/grts.c 2009-11-29 19:00:04.000000000 -0500
@@ -7,6 +7,8 @@
*/
+#include <stdio.h>
+#include <stdlib.h>
/* Gentle Runtime System */
|