summaryrefslogtreecommitdiff
path: root/devel/readline/patches/patch-ah
blob: a6c41b680adc57ee133166a9cb0c6df03b82db08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ah,v 1.5 2011/02/23 11:00:17 adam Exp $

--- readline.h.orig	2006-08-16 21:16:59.000000000 +0200
+++ readline.h
@@ -32,6 +32,7 @@ extern "C" {
 #  include "keymaps.h"
 #  include "tilde.h"
 #else
+#  include <stdio.h>
 #  include <readline/rlstdc.h>
 #  include <readline/rltypedefs.h>
 #  include <readline/keymaps.h>