aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/sys/linux/stdlib/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/stdlib/glob.c')
-rw-r--r--newlib/libc/sys/linux/stdlib/glob.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/stdlib/glob.c b/newlib/libc/sys/linux/stdlib/glob.c
index e40f12c..0e392b3 100644
--- a/newlib/libc/sys/linux/stdlib/glob.c
+++ b/newlib/libc/sys/linux/stdlib/glob.c
@@ -66,6 +66,7 @@ __FBSDID("$FreeBSD: src/lib/libc/gen/glob.c,v 1.19 2002/02/01 01:32:19 obrien Ex
*/
#include <sys/param.h>
+#include <sys/types.h>
#include <sys/stat.h>
#include <ctype.h>