pkgsrc/devel/gentle/patches/patch-bd

15 lines
306 B
Text

$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"