diff options
Diffstat (limited to 'src/user/app/tests/shared')
-rw-r--r-- | src/user/app/tests/shared/ringbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user/app/tests/shared/ringbuf.c b/src/user/app/tests/shared/ringbuf.c index d4e8dc9..d2a35a1 100644 --- a/src/user/app/tests/shared/ringbuf.c +++ b/src/user/app/tests/shared/ringbuf.c @@ -1,5 +1,5 @@ #include "../tests.h" -#include <shared/container/ring.h> +#include <shared/ring.h> #include <string.h> static void test_ringbuf(void) { |