Skip to content
Snippets Groups Projects
Commit 412e48c1 authored by Ming Rui Zhang's avatar Ming Rui Zhang
Browse files

fix: change compat folder path

Change-Id: I7310d8d2d73faf6d3702667186e128a2e150313c
parent 1611ac87
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
#ifndef _MSC_VER #ifndef _MSC_VER
#include <unistd.h> #include <unistd.h>
#else #else
#include "../../daemon/src/compat/msvc/unistd.h" #include "../../daemon/compat/msvc/unistd.h"
#endif // !_MSC_VER #endif // !_MSC_VER
#include "../globalinstances.h" #include "../globalinstances.h"
......
...@@ -23,7 +23,7 @@ ...@@ -23,7 +23,7 @@
#ifndef _MSC_VER #ifndef _MSC_VER
#include <unistd.h> #include <unistd.h>
#else #else
#include "../../daemon/src/compat/msvc/unistd.h" #include "../../daemon/compat/msvc/unistd.h"
#endif // !_MSC_VER #endif // !_MSC_VER
#include "call_const.h" #include "call_const.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment