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