blob: 6057aaa6e514d9c82b035386d4816457038f2ca5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-bd,v 1.1 2009/11/30 00:03:08 dholland Exp $
Add standard includes needed for LP64 build.
--- gentle/symtab.c~ 1998-08-20 09:56:09.000000000 -0400
+++ gentle/symtab.c 2009-11-29 18:59:30.000000000 -0500
@@ -7,6 +7,8 @@
*/
+#include <stdio.h>
+#include <stdlib.h>
#include "gen.h"
|