containers / composefs

a file system for mounting container images
GNU General Public License v2.0
421 stars 29 forks source link

lcfs-verity: Add missing include #283

Closed cgwalters closed 3 months ago

cgwalters commented 3 months ago

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.

alexlarsson commented 3 months ago

I guess this needs a rebase for the clang change?