Skip to content

Commit

Permalink
lib: include endian.h for lcfs-internal.h
Browse files Browse the repository at this point in the history
required for htole16 and friends

Signed-off-by: psykose <alice@ayaya.dev>
  • Loading branch information
nekopsykose committed Sep 6, 2023
1 parent d085fbf commit c90537f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libcomposefs/lcfs-internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
#ifndef _LCFS_INTERNAL_H
#define _LCFS_INTERNAL_H

#include <endian.h>

#include "lcfs-writer.h"
#include "lcfs-fsverity.h"
#include "hash.h"
Expand Down

0 comments on commit c90537f

Please sign in to comment.