]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2236] Include and use the define from config.h
authorMukund Sivaraman <muks@isc.org>
Thu, 18 Oct 2012 13:43:02 +0000 (19:13 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 18 Oct 2012 13:43:02 +0000 (19:13 +0530)
src/lib/util/threads/sync.h

index 9bc7463af7f2c93cd99af60cd0781b496cc13805..6a968df69d37502b1bab4fc3750ca851d261d8c8 100644 (file)
@@ -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.