diff options
Diffstat (limited to 'chinese/dictd-database/files/patch-ab')
-rw-r--r-- | chinese/dictd-database/files/patch-ab | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chinese/dictd-database/files/patch-ab b/chinese/dictd-database/files/patch-ab new file mode 100644 index 00000000000..6ffb9cc3811 --- /dev/null +++ b/chinese/dictd-database/files/patch-ab @@ -0,0 +1,10 @@ +--- dictfmt.c.orig Sun Apr 2 00:43:40 2000 ++++ dictfmt.c Sun Oct 14 09:58:49 2001 +@@ -30,6 +30,7 @@ + #include <string.h> + #include <time.h> + #include <ctype.h> ++#include <unistd.h> + + #if HAVE_GETOPT_H + #include <getopt.h> |