diff options
Diffstat (limited to 'mixutils/mixvm_command.h')
-rw-r--r-- | mixutils/mixvm_command.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mixutils/mixvm_command.h b/mixutils/mixvm_command.h index f4fdea8..e748710 100644 --- a/mixutils/mixvm_command.h +++ b/mixutils/mixvm_command.h @@ -24,8 +24,9 @@ #define MIXVM_COMMAND_H #include <mixlib/mix_config.h> +#include <mixlib/mix_vm_command.h> -extern void +extern mix_vm_cmd_dispatcher_t * mixvm_cmd_init (mix_config_t *config, char *arg, gboolean use_emacs); extern gboolean |