mirror of
https://git.freebsd.org/ports.git
synced 2025-05-02 11:36:40 -04:00
10 lines
190 B
C
10 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>
|