diff options
Diffstat (limited to 'package/lynx/patches/patch-src_chrtrans_makeuctb_c')
-rw-r--r-- | package/lynx/patches/patch-src_chrtrans_makeuctb_c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/lynx/patches/patch-src_chrtrans_makeuctb_c b/package/lynx/patches/patch-src_chrtrans_makeuctb_c new file mode 100644 index 000000000..9dcfdc73e --- /dev/null +++ b/package/lynx/patches/patch-src_chrtrans_makeuctb_c @@ -0,0 +1,12 @@ +--- lynx2-8-7.orig/src/chrtrans/makeuctb.c 2007-08-03 01:24:27.000000000 +0200 ++++ lynx2-8-7/src/chrtrans/makeuctb.c 2009-06-13 11:54:42.000000000 +0200 +@@ -31,6 +31,9 @@ + #include <UCDefs.h> + #include <UCkd.h> + ++#include <stdlib.h> ++#include <unistd.h> ++ + /* + * Don't try to use LYexit() since this is a standalone file. + */ |