Browse Source

[2236] Include and use the define from config.h

Mukund Sivaraman 12 years ago
parent
commit
fa78c4ba3a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/lib/util/threads/sync.h

+ 2 - 0
src/lib/util/threads/sync.h

@@ -15,6 +15,8 @@
 #ifndef B10_THREAD_SYNC_H
 #define B10_THREAD_SYNC_H
 
+#include "config.h"
+
 #include <boost/noncopyable.hpp>
 
 #include <cstdlib> // for NULL.