missing header + move fcntl.h after sys/stat.h

SVN revision: 39093
This commit is contained in:
Vincent Torri 2009-02-19 10:29:03 +00:00
parent 1cd236068b
commit 052e867c7b
2 changed files with 2 additions and 1 deletions

View File

@ -43,8 +43,8 @@
#include <string.h>
#include <errno.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <unistd.h>

View File

@ -11,6 +11,7 @@
#include <limits.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fcntl.h>