Skip to content
Snippets Groups Projects
Commit 1611ac87 authored by Ming Rui Zhang's avatar Ming Rui Zhang Committed by Andreas Traczyk
Browse files

msvc: change msvc header file path

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