Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
use #if instead if #ifdef for the things in the public config header
[simgrid.git] / src / simix / popping.cpp
index facf8e8..15ad87d 100644 (file)
@@ -7,7 +7,7 @@
 #include "smx_private.h"
 #include "xbt/fifo.h"
 #include "xbt/xbt_os_thread.h"
-#ifdef HAVE_MC
+#if HAVE_MC
 #include "src/mc/mc_private.h"
 #endif
 
@@ -64,4 +64,4 @@ void SIMIX_run_kernel(void* code)
 {
   std::function<void()>* function = (std::function<void()>*) code;
   (*function)();
-}
\ No newline at end of file
+}