new
This commit is contained in:
parent
cf257a7707
commit
f857cede57
1 changed files with 1 additions and 1 deletions
2
build.rs
2
build.rs
|
|
@ -25,7 +25,7 @@ fn main()
|
|||
|
||||
let builder = bindgen::builder();
|
||||
|
||||
let bindings = builder.header("/usr/include/linux/fb.h")
|
||||
let bindings = builder.header("include/linux/fb.h")
|
||||
.generate()
|
||||
.expect("The Linux headers must be installed");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue