From: Mukund Sivaraman Date: Thu, 18 Oct 2012 13:43:02 +0000 (+0530) Subject: [2236] Include and use the define from config.h X-Git-Tag: trac2487_base~18^2~33^2~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fa78c4ba3aff851955576ec7e98f8fe98dacd889;p=thirdparty%2Fkea.git [2236] Include and use the define from config.h --- 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.