diff options
| author | zy <[email protected]> | 2023-11-16 14:07:26 +0800 |
|---|---|---|
| committer | zy <[email protected]> | 2023-11-16 14:07:26 +0800 |
| commit | 1e9c7be927076f26e984c2459941f804fd9e15d6 (patch) | |
| tree | 469ef24f94ee837ea879f29db1d57071c12808ca /testcase | |
| parent | 29c0e81de5185857200be283db25574f5b9c0473 (diff) | |
adjust
Diffstat (limited to 'testcase')
| -rw-r--r-- | testcase/helloworld.c | 2 | ||||
| -rw-r--r-- | testcase/hptest.c | 2 |
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> |
