diff options
Diffstat (limited to 'tests/timer/timer_test.c')
-rw-r--r-- | tests/timer/timer_test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/timer/timer_test.c b/tests/timer/timer_test.c index 1b458d81..30b08ad0 100644 --- a/tests/timer/timer_test.c +++ b/tests/timer/timer_test.c @@ -20,8 +20,8 @@ #include <stdio.h> -#include <osmocore/timer.h> -#include <osmocore/select.h> +#include <osmocom/core/timer.h> +#include <osmocom/core/select.h> #include "../../config.h" |