summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/driver/mdso_driver_ctx.c2
-rw-r--r--src/internal/mdso_driver_impl.h3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/driver/mdso_driver_ctx.c b/src/driver/mdso_driver_ctx.c
index c1aa036..2fe066b 100644
--- a/src/driver/mdso_driver_ctx.c
+++ b/src/driver/mdso_driver_ctx.c
@@ -19,8 +19,6 @@
#include "mdso_driver_impl.h"
#include "argv/argv.h"
-extern const struct argv_option mdso_default_options[];
-
struct mdso_driver_ctx_alloc {
struct argv_meta * meta;
struct mdso_driver_ctx_impl ctx;
diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h
index d7f134a..a697528 100644
--- a/src/internal/mdso_driver_impl.h
+++ b/src/internal/mdso_driver_impl.h
@@ -6,6 +6,9 @@
#include <sys/types.h>
#include <mdso/mdso.h>
+#include "argv/argv.h"
+
+extern const struct argv_option mdso_default_options[];
enum app_tags {
TAG_HELP,