#! /bin/sh /usr/share/dpatch/dpatch-run ## 10-emdebian-wchar.h.dpatch by Neil Williams ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Ensure is available for make_keys via gcc when ## DP: cross-building the rest of the package (otherwise it ## DP: picks up the config.h for the cross-build. @DPATCH@ diff -urNad ncurses-5.6+20080726~/ncurses/tinfo/comp_hash.c ncurses-5.6+20080726/ncurses/tinfo/comp_hash.c --- ncurses-5.6+20080726~/ncurses/tinfo/comp_hash.c 2008-08-04 14:08:48.000000000 -0300 +++ ncurses-5.6+20080726/ncurses/tinfo/comp_hash.c 2008-08-04 14:39:37.000000000 -0300 @@ -39,6 +39,7 @@ */ #define USE_TERMLIB 1 +#include #include #include diff -urNad ncurses-5.6+20080726~/ncurses/tinfo/make_keys.c ncurses-5.6+20080726/ncurses/tinfo/make_keys.c --- ncurses-5.6+20080726~/ncurses/tinfo/make_keys.c 2008-08-04 14:08:42.000000000 -0300 +++ ncurses-5.6+20080726/ncurses/tinfo/make_keys.c 2008-08-04 14:39:52.000000000 -0300 @@ -37,6 +37,7 @@ */ #define USE_TERMLIB 1 +#include #include MODULE_ID("$Id: make_keys.c,v 1.13 2007/01/07 00:00:14 tom Exp $")