summaryrefslogtreecommitdiff
path: root/testcase
diff options
context:
space:
mode:
authorzy <[email protected]>2023-11-16 14:07:26 +0800
committerzy <[email protected]>2023-11-16 14:07:26 +0800
commit1e9c7be927076f26e984c2459941f804fd9e15d6 (patch)
tree469ef24f94ee837ea879f29db1d57071c12808ca /testcase
parent29c0e81de5185857200be283db25574f5b9c0473 (diff)
adjust
Diffstat (limited to 'testcase')
-rw-r--r--testcase/helloworld.c2
-rw-r--r--testcase/hptest.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/testcase/helloworld.c b/testcase/helloworld.c
index 554b258..ae75db5 100644
--- a/testcase/helloworld.c
+++ b/testcase/helloworld.c
@@ -1,4 +1,4 @@
-#include "../user/monitor_user.h"
+#include "../source/uapi/monitor_user.h"
#include <stdio.h>
#include <unistd.h>
#include <string.h>
diff --git a/testcase/hptest.c b/testcase/hptest.c
index ab2f0a8..2b53088 100644
--- a/testcase/hptest.c
+++ b/testcase/hptest.c
@@ -1,4 +1,4 @@
-#include "../user/monitor_user.h"
+#include "../source/uapi/monitor_user.h"
#include <fcntl.h>
#include <stdio.h>
#include <sys/mman.h>