summaryrefslogtreecommitdiff
path: root/tests/timer_loop.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_loop.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_loop.c')
-rw-r--r--tests/timer_loop.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/timer_loop.c b/tests/timer_loop.c
index 1df6863..77ea956 100644
--- a/tests/timer_loop.c
+++ b/tests/timer_loop.c
@@ -1,6 +1,7 @@
#include <nnwt/common.h>
#include <nnwt/thread.h>
#include <nnwt/timer.h>
+#include <nnwt/time.h>
#define DELAY 100000
#define REPEAT 21