Commit 3ba39a8
check-environment: fix fuse3 test program
The fuse3 test program fails to compile:
error: implicit declaration of function 'fuse_main'
fuse3 requires FUSE_USE_VERSION defined and fuse_main takes
4 arguments, not 3.
Fixes: 87e6392 ("check-environment: add fuse3 detection and cross pkg-config fallback")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>1 parent 665390d commit 3ba39a8
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| 123 | + | |
123 | 124 | | |
124 | 125 | | |
125 | 126 | | |
126 | | - | |
| 127 | + | |
127 | 128 | | |
128 | 129 | | |
129 | 130 | | |
| |||
0 commit comments