Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion libs/DTSelectLib/Environment/dt_select_env.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#define DT_SELECT_CUSTOM_ENV_H_
#ifdef TARGET_UEFI
#include <Library/BaseLib.h>
#include <Library/PrintShLib.h>
#include <Library/PrintLib.h>
#else
/* Use below header file for using standard datatype */
#include <stdint.h>
Expand Down
Loading