Skip to content

Commit

Permalink
Merge pull request #283 from cgwalters/add-missing-include
Browse files Browse the repository at this point in the history
lcfs-verity: Add missing include
  • Loading branch information
alexlarsson authored May 27, 2024
2 parents d290f43 + 3379ace commit 622dde9
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 622dde9

Please sign in to comment.