pkgsrc/misc/utftools/patches/patch-aa
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
246 B
Text

$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>