pkgsrc/misc/utftools/patches/patch-ab
agc 7160168209 Initial import of Alan Watson's utftools-1.6 into the NetBSD Packages
Collection.

This package contains implementations of UTF-8-aware wc, fmt,
expand, and unexpand.
2003-05-09 07:38:16 +00:00

12 lines
244 B
Text

$NetBSD: patch-ab,v 1.1.1.1 2003/05/09 07:38:16 agc Exp $
--- wc.c 2003/05/09 07:22:29 1.1
+++ wc.c 2003/05/09 07:22:37
@@ -4,6 +4,7 @@
#include <stdio.h>
#include <string.h>
+#include <unistd.h>
#include <utf.h>
#include <utftools.h>