Merge pull request #791 from James-TR/namespace-refactor

Change namespace for <fcntl.h>
This commit is contained in:
Alexey Sokolov
2015-01-08 08:40:45 +00:00
+1 -1
View File
@@ -22,7 +22,7 @@
#include <dirent.h>
#include <stdlib.h>
#include <string.h>
#include <sys/fcntl.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>
#include <vector>