aboutsummaryrefslogtreecommitdiff
path: root/src/monkey/gdbmi.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkey/gdbmi.h')
-rw-r--r--src/monkey/gdbmi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/monkey/gdbmi.h b/src/monkey/gdbmi.h
index eac429411..c03d09b61 100644
--- a/src/monkey/gdbmi.h
+++ b/src/monkey/gdbmi.h
@@ -8,6 +8,9 @@
8 8
9***************************************************************************/ 9***************************************************************************/
10 10
11#ifndef GDBMI_H
12#define GDBMI_H
13
11#ifdef __cplusplus 14#ifdef __cplusplus
12extern "C" 15extern "C"
13{ 16{
@@ -710,4 +713,4 @@ int gmi_var_list_children(mi_h *h, mi_gvar *var);
710} 713}
711#endif 714#endif
712 715
713 716#endif