From fa78c4ba3aff851955576ec7e98f8fe98dacd889 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Thu, 18 Oct 2012 19:13:02 +0530 Subject: [PATCH] [2236] Include and use the define from config.h --- src/lib/util/threads/sync.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib/util/threads/sync.h b/src/lib/util/threads/sync.h index 9bc7463af7..6a968df69d 100644 --- a/src/lib/util/threads/sync.h +++ b/src/lib/util/threads/sync.h @@ -15,6 +15,8 @@ #ifndef B10_THREAD_SYNC_H #define B10_THREAD_SYNC_H +#include "config.h" + #include #include // for NULL.