We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e35ab7 commit 1f65fc9Copy full SHA for 1f65fc9
src/libipc/platform/platform.cpp
@@ -3,7 +3,7 @@
3
#if defined(IPC_OS_WINDOWS_)
4
#include "libipc/platform/win/shm_win.cpp"
5
#elif defined(IPC_OS_LINUX_) || defined(IPC_OS_QNX_)
6
-#include "libipc/platform/linux/shm_posix.cpp"
+#include "libipc/platform/posix/shm_posix.cpp"
7
#else/*IPC_OS*/
8
# error "Unsupported platform."
9
#endif
0 commit comments