diff options
| author | 2026-04-12 13:29:59 -0400 | |
|---|---|---|
| committer | 2026-04-12 13:29:59 -0400 | |
| commit | f78a30aaccffddc3e3eab07870e02157322af956 (patch) | |
| tree | 56faa85efa1ca102077bb24d23b9b5c97e03338d /tests/timer_thread.c | |
| parent | 1e0f60341192c79bf49e84e6b187ffb7bfded252 (diff) | |
| download | libnaunet-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.c | 2 |
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 |