diff options
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/sofort_driver_impl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/internal/sofort_driver_impl.h b/src/internal/sofort_driver_impl.h index d9aa364..5ee4952 100644 --- a/src/internal/sofort_driver_impl.h +++ b/src/internal/sofort_driver_impl.h @@ -6,6 +6,9 @@ #include <sys/types.h> #include <sofort/sofort.h> +#include "argv/argv.h" + +extern const struct argv_option sfrt_default_options[]; enum app_tags { TAG_HELP, |