diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/perk_hdrdump_impl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/perk_hdrdump_impl.c b/src/internal/perk_hdrdump_impl.c index eadd725..13ff786 100644 --- a/src/internal/perk_hdrdump_impl.c +++ b/src/internal/perk_hdrdump_impl.c @@ -8,6 +8,8 @@ #include <string.h> #include <perk/perk.h> +#include <perk/perk_consts.h> +#include <perk/perk_structs.h> #include "perk_hdrdump_impl.h" #define PE_TABWIDTH 8 |