summaryrefslogtreecommitdiff
path: root/include/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/command.h')
-rw-r--r--include/command.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/command.h b/include/command.h
index db469e3..9ca460d 100644
--- a/include/command.h
+++ b/include/command.h
@@ -15,6 +15,7 @@
#include "common.h"
#include "config.h"
+#include <setjmp.h>
#ifndef NULL
#define NULL 0
@@ -160,5 +161,7 @@ typedef command_ret_t (*do_cmd_t)(cmd_tbl_t *, int, int, char * const []);
extern cmd_tbl_t cmd_tbl[];
+extern jmp_buf cmd_jbuf;
+
#endif /* __COMMAND_H */