mirror of
https://github.com/justinian/j6-uefi-headers.git
synced 2025-12-10 08:34:31 -08:00
Fix header include issues
- Add types.h to all generated proto headers - Add tables.h to loaded_image protocol header
This commit is contained in:
@@ -16,6 +16,7 @@ template = Template('''#pragma once
|
||||
// https://github.com/justinian/j6-uefi-headers for more information.
|
||||
|
||||
#include <uefi/guid.h>
|
||||
#include <uefi/types.h>
|
||||
{%- for header in headers %}
|
||||
#include <{{ header }}>
|
||||
{%- endfor %}
|
||||
|
||||
Reference in New Issue
Block a user