diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/driver/pe_driver_ctx.c | 2 | ||||
-rw-r--r-- | src/internal/perk_driver_impl.h | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/driver/pe_driver_ctx.c b/src/driver/pe_driver_ctx.c index c3345de..bf55e5e 100644 --- a/src/driver/pe_driver_ctx.c +++ b/src/driver/pe_driver_ctx.c @@ -15,8 +15,6 @@ #include "perk_driver_impl.h" #include "argv/argv.h" -extern const struct argv_option pe_default_options[]; - struct pe_driver_ctx_alloc { struct argv_meta * meta; struct pe_driver_ctx_impl ctx; diff --git a/src/internal/perk_driver_impl.h b/src/internal/perk_driver_impl.h index 681cd3c..7e9e4f7 100644 --- a/src/internal/perk_driver_impl.h +++ b/src/internal/perk_driver_impl.h @@ -7,6 +7,9 @@ #include <perk/perk.h> #include <perk/perk_meta.h> +#include "argv/argv.h" + +extern const struct argv_option pe_default_options[]; enum app_tags { TAG_HELP, |