pkgsrc/devel/gentle/patches/patch-bg

13 lines
374 B
Text

$NetBSD: patch-bg,v 1.1 2009/11/30 00:03:08 dholland Exp $
Add standard includes needed for LP64 build.
--- lib/strings.c~ 1998-08-20 09:56:12.000000000 -0400
+++ lib/strings.c 2009-11-29 19:01:41.000000000 -0500
@@ -1,3 +1,6 @@
+#include <stdio.h>
+#include <stdlib.h>
+
#define PRIVATE static
/*--------------------------------------------------------------------*/