1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/misc/utftools/files/patch-unexpand.c
Mathieu Arnold 73c4a9251d Unbreak.
PR:		208717
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-04-12 15:06:16 +00:00

11 lines
200 B
C

--- unexpand.c.orig 1997-02-25 18:47:26 UTC
+++ unexpand.c
@@ -5,6 +5,7 @@
#include <stdio.h>
#include <string.h>
#include <errno.h>
+#include <unistd.h>
#include <utf.h>
#include <utftools.h>