Skip to content

Commit

Permalink
fixup! Make libosdp-sys no_std compatible
Browse files Browse the repository at this point in the history
This hunk seems to be missing from PR #16. Creating a local fixup patch
so a rebase on dependent branches would be easy.
  • Loading branch information
sidcha committed Oct 2, 2024
1 parent 01c12c9 commit 8b8416c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libosdp-sys/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
#![allow(missing_docs)]
#![allow(unused)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
core::include!(core::concat!(core::env!("OUT_DIR"), "/bindings.rs"));

0 comments on commit 8b8416c

Please sign in to comment.