diff options
Diffstat (limited to 'src/core/thread.h')
| -rw-r--r-- | src/core/thread.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/thread.h b/src/core/thread.h index d896b909..b99c8ffb 100644 --- a/src/core/thread.h +++ b/src/core/thread.h @@ -10,7 +10,8 @@ #ifndef CORE_THREAD_H #define CORE_THREAD_H -#include "core/nng_impl.h" +#include "core/defs.h" +#include "core/platform.h" struct nni_mtx { nni_plat_mtx mtx; |
