diff options
Diffstat (limited to 'src/core/reap.c')
| -rw-r--r-- | src/core/reap.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/reap.c b/src/core/reap.c index c236e9ce..b0fee3fb 100644 --- a/src/core/reap.c +++ b/src/core/reap.c @@ -8,11 +8,9 @@ // found online at https://opensource.org/licenses/MIT. // -#include "nng_impl.h" - #include "reap.h" - -#include <stdbool.h> +#include "defs.h" +#include "thread.h" static nni_reap_list *reap_list = NULL; static nni_thr reap_thr; |
