summaryrefslogtreecommitdiff
path: root/lib9p/tests/test_compile.c
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-13 22:13:43 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-14 00:05:05 -0600
commit1e4ad99311611a7fbb5cdfe4b1b79202381dc717 (patch)
tree9ac29b2ba82c3cd95eb86715f4bdc4ca8a72ce4b /lib9p/tests/test_compile.c
parentb1fcc4ac2f244dddd869054db5dc6753c099a3e0 (diff)
Split lib9p into lib9p_core and lib9p_srv
Diffstat (limited to 'lib9p/tests/test_compile.c')
-rw-r--r--lib9p/tests/test_compile.c2
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;