Skip to content

Commit

Permalink
libfdt: add missing include
Browse files Browse the repository at this point in the history
After the update, compilation failed in libfdt_internal.h because the
type bool is undefined.

Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider committed May 30, 2023
1 parent c9c7d3a commit 5aba277
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libfdt/libfdt_env.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
#pragma once

#include <stddef.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 5aba277

Please sign in to comment.