Skip to content

Commit

Permalink
Merge pull request #184 from nekopsykose/endian
Browse files Browse the repository at this point in the history
lib: include endian.h for lcfs-internal.h
  • Loading branch information
cgwalters committed Sep 6, 2023
2 parents d085fbf + c90537f commit af86742
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 af86742

Please sign in to comment.