diff options
Diffstat (limited to '')
-rw-r--r-- | libnetdata/threads/threads.c (renamed from src/threads.c) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/threads.c b/libnetdata/threads/threads.c index b9ca3c08..133d9a54 100644 --- a/src/threads.c +++ b/libnetdata/threads/threads.c @@ -1,4 +1,6 @@ -#include "common.h" +// SPDX-License-Identifier: GPL-3.0-or-later + +#include "../libnetdata.h" static size_t default_stacksize = 0, wanted_stacksize = 0; static pthread_attr_t *attr = NULL; |