diff options
Diffstat (limited to 'misc/utftools/patches/patch-aa')
-rw-r--r-- | misc/utftools/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/utftools/patches/patch-aa b/misc/utftools/patches/patch-aa new file mode 100644 index 00000000000..281754f06d8 --- /dev/null +++ b/misc/utftools/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2003/05/09 07:38:16 agc Exp $ + +--- fmt.c 2003/05/09 07:20:12 1.1 ++++ fmt.c 2003/05/09 07:20:22 +@@ -2,6 +2,7 @@ + + #include <stdlib.h> + #include <stdio.h> ++#include <unistd.h> + #include <string.h> + #include <errno.h> + |