aboutsummaryrefslogtreecommitdiff
path: root/base/include/aemu/base/files/ScopedFd.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/include/aemu/base/files/ScopedFd.h')
-rw-r--r--base/include/aemu/base/files/ScopedFd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/include/aemu/base/files/ScopedFd.h b/base/include/aemu/base/files/ScopedFd.h
index 0859acd..1b042af 100644
--- a/base/include/aemu/base/files/ScopedFd.h
+++ b/base/include/aemu/base/files/ScopedFd.h
@@ -18,7 +18,7 @@
#include <errno.h>
#ifdef _MSC_VER
-#include "msvc-posix.h"
+#include "aemu/base/msvc.h"
#else
#include <unistd.h>
#endif