better
This commit is contained in:
parent
ead55994d4
commit
c50f57df15
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