diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/driver/pe_driver_ctx.c | 1 | ||||
-rw-r--r-- | src/perk.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c index 32bd190..a463e9a 100644 --- a/src/driver/pe_driver_ctx.c +++ b/src/driver/pe_driver_ctx.c @@ -1,6 +1,7 @@ #include <stdint.h> #include <fcntl.h> #include <perk/perk.h> +#include <perk/perk_output.h> #include "argv/argv.h" enum app_tags { @@ -1,5 +1,6 @@ #include <stdio.h> #include <perk/perk.h> +#include <perk/perk_output.h> #ifndef PERK_DRIVER_FLAGS #define PERK_DRIVER_FLAGS PERK_DRIVER_VERBOSITY_ERRORS|PERK_DRIVER_VERBOSITY_USAGE |