Skip to content

Commit eee3d22

Browse files
committed
video: fix warnings
1 parent f5c031d commit eee3d22

File tree

1 file changed

+2
-1
lines changed
  • libraries/ENVIE_Video_coreboot

1 file changed

+2
-1
lines changed

libraries/ENVIE_Video_coreboot/edid.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
#include <stdint.h>
2020
#include "coreboot_tables.h"
21+
#include <stdio.h>
2122

2223
#define u8 uint8_t
2324
#define u16 uint16_t
@@ -130,4 +131,4 @@ void set_vbe_mode_info_valid(const struct edid *edid, uintptr_t fb_addr);
130131
void set_vbe_framebuffer_orientation(enum lb_fb_orientation orientation);
131132
int set_display_mode(struct edid *edid, enum edid_modes mode);
132133

133-
#endif /* EDID_H */
134+
#endif /* EDID_H */

0 commit comments

Comments
 (0)