diff options
Diffstat (limited to 'lib9p/tests/test_compile.c')
-rw-r--r-- | lib9p/tests/test_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/tests/test_compile.c b/lib9p/tests/test_compile.c index 8f2445d..9245eb2 100644 --- a/lib9p/tests/test_compile.c +++ b/lib9p/tests/test_compile.c @@ -1,6 +1,6 @@ /* lib9p/tests/test_compile.c - Generated by lib9p/tests/test_compile.c.gen. DO NOT EDIT! */ -#include <lib9p/9p.h> +#include <lib9p/core.h> int main(void) { [[gnu::unused]] uint64_t x; x = LIB9P_TAG_NOTAG; |