summaryrefslogtreecommitdiff
path: root/tests/projects/linux/driver/hello_custom/src/add.c
diff options
context:
space:
mode:
authorririyeye <[email protected]>2024-10-22 17:44:23 +0800
committerririyeye <[email protected]>2024-10-22 17:44:23 +0800
commitfcf649a832c447b22f0ab73a721db1e3503ea2de (patch)
treef85454b0e1490f2b8716ce39a0f87b7879e37d11 /tests/projects/linux/driver/hello_custom/src/add.c
parenta7aab9dc7e64bd2a211c4d7937a7ffd7d6993a4d (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.c1
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;
}