diff options
Diffstat (limited to 'mixutils/mixvm_command.h')
-rw-r--r-- | mixutils/mixvm_command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mixutils/mixvm_command.h b/mixutils/mixvm_command.h index 9741164..f4fdea8 100644 --- a/mixutils/mixvm_command.h +++ b/mixutils/mixvm_command.h @@ -23,10 +23,10 @@ #ifndef MIXVM_COMMAND_H #define MIXVM_COMMAND_H -#include <glib.h> +#include <mixlib/mix_config.h> extern void -mixvm_cmd_init (char *arg, gboolean use_emacs); +mixvm_cmd_init (mix_config_t *config, char *arg, gboolean use_emacs); extern gboolean mixvm_cmd_exec (char *line); |