diff options
Diffstat (limited to 'misc/utftools/files/patch-unexpand.c')
-rw-r--r-- | misc/utftools/files/patch-unexpand.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/misc/utftools/files/patch-unexpand.c b/misc/utftools/files/patch-unexpand.c new file mode 100644 index 000000000000..380261da9c43 --- /dev/null +++ b/misc/utftools/files/patch-unexpand.c @@ -0,0 +1,10 @@ +--- unexpand.c.orig Sat May 10 13:52:43 2003 ++++ unexpand.c Sat May 10 13:52:58 2003 +@@ -5,6 +5,7 @@ + #include <stdio.h> + #include <string.h> + #include <errno.h> ++#include <unistd.h> + + #include <utf.h> + #include <utftools.h> |