aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/goto-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/goto-commands.h')
-rw-r--r--src/goto-commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/goto-commands.h b/src/goto-commands.h
index f4f52d5..45c68e9 100644
--- a/src/goto-commands.h
+++ b/src/goto-commands.h
@@ -16,10 +16,13 @@
*/
#pragma once
+#include <glib.h>
+
#include "parser.h"
#include "string-utils.h"
extern teco_string_t teco_goto_skip_label;
+extern gssize teco_goto_backup_pc;
TECO_DECLARE_STATE(teco_state_label);
TECO_DECLARE_STATE(teco_state_goto);