summaryrefslogtreecommitdiff
path: root/misc/fnmatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fnmatch.c')
-rw-r--r--misc/fnmatch.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/misc/fnmatch.c b/misc/fnmatch.c
index f802d4042..ca38e1daf 100644
--- a/misc/fnmatch.c
+++ b/misc/fnmatch.c
@@ -15,9 +15,7 @@ License along with this library; see the file COPYING.LIB. If
not, write to the Free Software Foundation, Inc., 675 Mass Ave,
Cambridge, MA 02139, USA. */
-#include <errno.h>
-#include <ctype.h>
-
+#include "system.h"
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C