update Sun Nov 29 18:37:00 PST 2009
[pkgsrc.git] / devel / gentle / patches / patch-bb
1 $NetBSD: patch-bb,v 1.1 2009/11/30 00:03:08 dholland Exp $
2
3 Add standard includes needed for LP64 build.
4
5 --- gentle/main.c~      1998-08-20 09:56:09.000000000 -0400
6 +++ gentle/main.c       2009-11-29 18:58:37.000000000 -0500
7 @@ -7,6 +7,9 @@
8  
9  */
10  
11 +#include <stdio.h>
12 +#include <stdlib.h>
13 +#include <string.h>
14  
15  static scanargs();
16