blob: 9dcfdc73e8bff5defffbe7edbcf8accd867c62d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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.
*/
|