diff options
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 |