1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
2003-11-18  Jakub Jelinek  <jakub@redhat.com>

	* io/bug-ftw4.c: Include string.h.
	* posix/fnmatch.c (mbsinit): Remove define.
This commit is contained in:
Ulrich Drepper
2003-11-18 19:12:03 +00:00
parent 5f93cd52f6
commit 5146ec9a2c
3 changed files with 6 additions and 1 deletions

View File

@@ -22,6 +22,7 @@
#include <ftw.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#include <unistd.h>