Skip to content

Commit be12bff

Browse files
authored
fix: fix the header file for the example in basic (#16)
1 parent 514e80f commit be12bff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/setup/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ make ARCH={arch} LOG={log} AX_TESTCASE={app_name} BLK=y NET=y ACCEL=n build
8787
4. 编写应用程序,例如在该文件夹下新建 `hello.c`文件,内容如下:
8888

8989
```c
90-
#include "syscall.h"
90+
#include "unistd.h"
9191

9292
int main()
9393
{

0 commit comments

Comments
 (0)