diff options
Diffstat (limited to 'LibCore/CFile.cpp')
-rw-r--r-- | LibCore/CFile.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LibCore/CFile.cpp b/LibCore/CFile.cpp index 47cee94f15..44813e1c97 100644 --- a/LibCore/CFile.cpp +++ b/LibCore/CFile.cpp @@ -1,7 +1,7 @@ #include <LibCore/CFile.h> -#include <unistd.h> #include <fcntl.h> #include <stdio.h> +#include <unistd.h> CFile::CFile(const String& filename) : m_filename(filename) |