diff options
| author | ririyeye <[email protected]> | 2024-10-22 17:44:23 +0800 |
|---|---|---|
| committer | ririyeye <[email protected]> | 2024-10-22 17:44:23 +0800 |
| commit | fcf649a832c447b22f0ab73a721db1e3503ea2de (patch) | |
| tree | f85454b0e1490f2b8716ce39a0f87b7879e37d11 /tests/projects/linux/driver/hello_custom/src/add.c | |
| parent | a7aab9dc7e64bd2a211c4d7937a7ffd7d6993a4d (diff) | |
fix linux-driver build err
Diffstat (limited to 'tests/projects/linux/driver/hello_custom/src/add.c')
| -rw-r--r-- | tests/projects/linux/driver/hello_custom/src/add.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/projects/linux/driver/hello_custom/src/add.c b/tests/projects/linux/driver/hello_custom/src/add.c index 59aab4983..72c39a6e4 100644 --- a/tests/projects/linux/driver/hello_custom/src/add.c +++ b/tests/projects/linux/driver/hello_custom/src/add.c @@ -1,3 +1,4 @@ +#include "add.h" int add(int a, int b) { return a + b; } |
