missing headers

SVN revision: 49545
This commit is contained in:
Vincent Torri 2010-06-06 19:45:16 +00:00
parent 1a1410895c
commit 5a8135174a
1 changed files with 2 additions and 0 deletions

View File

@ -9,9 +9,11 @@
#include <unistd.h>
#include <limits.h>
#include <libgen.h>
#include <sys/types.h>
#include <sys/file.h>
#include <sys/stat.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <dirent.h>
#ifdef _WIN32