mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
73c4a9251d
PR: 208717 Submitted by: tkato432 yahoo com Sponsored by: Absolight
11 lines
190 B
C
11 lines
190 B
C
--- fmt.c.orig 1997-02-25 18:47:26 UTC
|
|
+++ fmt.c
|
|
@@ -4,6 +4,7 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
+#include <unistd.h>
|
|
|
|
#include <utf.h>
|
|
#include <utftools.h>
|