summaryrefslogtreecommitdiff
path: root/devel/gentle/patches/patch-bf
blob: 3369126ea96a762479073ce4b6b942cdb189857f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-bf,v 1.1 2009/11/30 00:03:08 dholland Exp $

Add standard includes needed for LP64 build.

--- lib/errmsg.c~	1998-08-20 09:56:11.000000000 -0400
+++ lib/errmsg.c	2009-11-29 19:01:05.000000000 -0500
@@ -1,3 +1,6 @@
+#include <stdio.h>
+#include <stdlib.h>
+
 #define PRIVATE static
 
 /*--------------------------------------------------------------------*/