Browse Source

Disable vxWorks-specific include
85198e56aa2fd6e5c8f831153acf77bc155e509b

thegeorg 1 year ago
parent
commit
60d08baccc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/restricted/boost/thread/src/pthread/thread.cpp

+ 1 - 1
contrib/restricted/boost/thread/src/pthread/thread.cpp

@@ -32,7 +32,7 @@
 #endif
 
 #if defined(__VXWORKS__)
-#include <vxCpuLib.h>
+#error #include <vxCpuLib.h>
 #endif
 
 #include <fstream>