From 87726c7887c8a02e8e3061cfcc4bc8b595913328 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 1 Jun 2008 20:44:48 +0000 Subject: add missing includes of unistd.h for smallint usage remove a few duplicate includes of unistd.h --- libc/misc/fnmatch/fnmatch.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/misc/fnmatch') diff --git a/libc/misc/fnmatch/fnmatch.c b/libc/misc/fnmatch/fnmatch.c index 000b787e4..8592d4cf6 100644 --- a/libc/misc/fnmatch/fnmatch.c +++ b/libc/misc/fnmatch/fnmatch.c @@ -41,6 +41,7 @@ #include #include #include +#include #if HAVE_STRING_H || defined _LIBC # include -- cgit v1.2.3