mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
10 lines
170 B
C
10 lines
170 B
C
--- wc.c.orig 1997-02-25 18:47:26 UTC
|
|
+++ wc.c
|
|
@@ -4,6 +4,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
+#include <unistd.h>
|
|
|
|
#include <utf.h>
|
|
#include <utftools.h>
|