1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/misc/utftools/files/patch-expand.c
Will Andrews a8f63aba67 Add utftools 1.6, an UTF-aware wc, fmt, expand, and unexpand.
PR:		52031
Submitted by:	Serge Gagnon <gagnon__s@videotron.ca>
2003-06-03 04:52:55 +00:00

11 lines
222 B
C

--- expand.c.orig Sat May 10 13:52:15 2003
+++ expand.c Sat May 10 13:52:31 2003
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
+#include <unistd.h>
#include <utf.h>
#include <utftools.h>