diff options
Diffstat (limited to 'gdb/mi')
-rw-r--r-- | gdb/mi/mi-cmd-env.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/mi/mi-cmd-env.c b/gdb/mi/mi-cmd-env.c index e7c41dd..2f5b803 100644 --- a/gdb/mi/mi-cmd-env.c +++ b/gdb/mi/mi-cmd-env.c @@ -31,6 +31,7 @@ #include "ui-out.h" #include "top.h" #include <sys/stat.h> +#include "source.h" static const char path_var_name[] = "PATH"; static char *orig_path = NULL; |