diff options
Diffstat (limited to 'gdb/extension.c')
-rw-r--r-- | gdb/extension.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/extension.c b/gdb/extension.c index a61f5ca..c2f502b 100644 --- a/gdb/extension.c +++ b/gdb/extension.c @@ -30,6 +30,7 @@ #include "observer.h" #include "cli/cli-script.h" #include "python/python.h" +#include "guile/guile.h" /* Iterate over all external extension languages, regardless of whether the support has been compiled in or not. @@ -100,6 +101,7 @@ static const struct extension_language_defn * const extension_languages[] = { /* To preserve existing behaviour, python should always appear first. */ &extension_language_python, + &extension_language_guile, NULL }; |