summaryrefslogtreecommitdiff
path: root/tests/timer_thread.c
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2026-04-12 13:29:59 -0400
committerAndrew Opalach <andrew@akon.city> 2026-04-12 13:29:59 -0400
commitf78a30aaccffddc3e3eab07870e02157322af956 (patch)
tree56faa85efa1ca102077bb24d23b9b5c97e03338d /tests/timer_thread.c
parent1e0f60341192c79bf49e84e6b187ffb7bfded252 (diff)
downloadlibnaunet-f78a30aaccffddc3e3eab07870e02157322af956.tar.gz
libnaunet-f78a30aaccffddc3e3eab07870e02157322af956.tar.bz2
libnaunet-f78a30aaccffddc3e3eab07870e02157322af956.zip
Header shuffle, update deps
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'tests/timer_thread.c')
-rw-r--r--tests/timer_thread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/timer_thread.c b/tests/timer_thread.c
index 8ffbbc2..26a638b 100644
--- a/tests/timer_thread.c
+++ b/tests/timer_thread.c
@@ -1,5 +1,7 @@
+#include <al/lib.h>
#include <nnwt/common.h>
#include <nnwt/thread.h>
+#include <nnwt/time.h>
#define DELAY 100000
#define REPEAT 21