From 87726c7887c8a02e8e3061cfcc4bc8b595913328 Mon Sep 17 00:00:00 2001
From: Denis Vlasenko <vda.linux@googlemail.com>
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 <errno.h>
 #include <fnmatch.h>
 #include <ctype.h>
+#include <unistd.h>
 
 #if HAVE_STRING_H || defined _LIBC
 # include <string.h>
-- 
cgit v1.2.3