16 lines
325 B
Text
16 lines
325 B
Text
$NetBSD: patch-bb,v 1.1 2009/11/30 00:03:08 dholland Exp $
|
|
|
|
Add standard includes needed for LP64 build.
|
|
|
|
--- gentle/main.c~ 1998-08-20 09:56:09.000000000 -0400
|
|
+++ gentle/main.c 2009-11-29 18:58:37.000000000 -0500
|
|
@@ -7,6 +7,9 @@
|
|
|
|
*/
|
|
|
|
+#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
static scanargs();
|
|
|