Skip to content

Commit

Permalink
lcfs-verity: Add missing include
Browse files Browse the repository at this point in the history
This doesn't matter much since we pull in stddef.h in the
normal path from elsewhere, but it allows me to run Rust's
`bindgen` tool directly against this header.

Signed-off-by: Colin Walters <[email protected]>
  • Loading branch information
cgwalters committed May 27, 2024
1 parent 650aa59 commit 3379ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libcomposefs/lcfs-fsverity.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
along with this program. If not, see <https://www.gnu.org/licenses/>. */

#include <stdint.h>
#include <stddef.h>

typedef struct FsVerityContext FsVerityContext;

Expand Down

0 comments on commit 3379ace

Please sign in to comment.