mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-04 11:23:46 +00:00
a8f63aba67
PR: 52031 Submitted by: Serge Gagnon <gagnon__s@videotron.ca>
11 lines
216 B
C
11 lines
216 B
C
--- fmt.c.orig Sat May 10 13:50:39 2003
|
|
+++ fmt.c Sat May 10 13:51:23 2003
|
|
@@ -4,6 +4,7 @@
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <errno.h>
|
|
+#include <unistd.h>
|
|
|
|
#include <utf.h>
|
|
#include <utftools.h>
|