From 1c38c7a67e9d4d68e27c6ad183d1cccbb5596ddf Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 16:51:57 +0200 Subject: Adding debian version 8.2-1.3. Signed-off-by: Daniel Baumann --- debian/patches/rl-header.diff | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 debian/patches/rl-header.diff (limited to 'debian/patches/rl-header.diff') diff --git a/debian/patches/rl-header.diff b/debian/patches/rl-header.diff new file mode 100644 index 0000000..7695081 --- /dev/null +++ b/debian/patches/rl-header.diff @@ -0,0 +1,24 @@ +rl-header.dpatch by + +Include stdio.h in readline.h and history.h + +--- a/history.h ++++ b/history.h +@@ -32,6 +32,7 @@ extern "C" { + # include "rlstdc.h" + # include "rltypedefs.h" + #else ++# include + # include + # include + #endif +--- a/readline.h ++++ b/readline.h +@@ -32,6 +32,7 @@ extern "C" { + # include "keymaps.h" + # include "tilde.h" + #else ++# include + # include + # include + # include -- cgit v1.2.3