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.