Skip to content

Commit

Permalink
add link header rte_debug.h && derive_default true
Browse files Browse the repository at this point in the history
  • Loading branch information
x8xx committed Jun 19, 2022
1 parent 6beee78 commit 3c72af1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dpdk-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ impl State {
// "rte_class.h",
"rte_common.h",
// "rte_compat.h",
// "rte_debug.h",
"rte_debug.h",
// "rte_dev.h",
// "rte_devargs.h",
// "rte_eal_interrupts.h",
Expand Down Expand Up @@ -727,6 +727,7 @@ impl State {
.clang_arg("-march=native")
.clang_arg("-Wno-everything")
.rustfmt_bindings(true)
.derive_default(true)
.opaque_type("max_align_t")
.opaque_type("rte_event.*")
.generate()
Expand Down

0 comments on commit 3c72af1

Please sign in to comment.