Files
pkgsrc-ng/devel/gentle/patches/patch-bd
2013-09-26 17:14:40 +02:00

16 lines
306 B
Plaintext

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