1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

Add missing #include in sysdeps/posix/opendir.c.

This commit is contained in:
Roland McGrath
2013-05-01 09:27:09 -07:00
parent 0695940b8a
commit 1324e37f2e
2 changed files with 5 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#include <stdlib.h>
#include <dirent.h>
#include <fcntl.h>
#include <sys/param.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>