Commit 1f1240a
testing/drivers/fftest/fftest.c: fix compilation error
fix compilation error:
CC: vfs/fs_rmdir.c fftest.c: In function ‘fftest_main’:
fftest.c:104:7: error: implicit declaration of function ‘ioctl’ [-Wimplicit-function-declaration]
104 | if (ioctl(fd, EVIOCGBIT, fffeatures) < 0)
Signed-off-by: raiden00pl <raiden00@railab.me>1 parent f3dc217 commit 1f1240a
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| |||
0 commit comments