diff options
Diffstat (limited to 'src/platforms/posix/file.cpp')
-rw-r--r-- | src/platforms/posix/file.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/platforms/posix/file.cpp b/src/platforms/posix/file.cpp index f46b09ec..463d4ca0 100644 --- a/src/platforms/posix/file.cpp +++ b/src/platforms/posix/file.cpp @@ -17,7 +17,7 @@ // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. // -#include "file.hpp" +#include "platforms/posix/file.hpp" #include <unistd.h> #include <fcntl.h> @@ -30,7 +30,7 @@ #include <string.h> -#include "../../exception.hpp" +#include "exception.hpp" #if VMIME_HAVE_FILESYSTEM_FEATURES |