summaryrefslogtreecommitdiffstats
path: root/gdb/top.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/top.h')
-rw-r--r--gdb/top.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/top.h b/gdb/top.h
index 0501519be6..49a32a9bb3 100644
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -19,6 +19,9 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#ifndef TOP_H
+#define TOP_H
+
/* From top.c. */
extern char *line;
extern int linesize;
@@ -67,3 +70,5 @@ extern char *source_error;
extern char *source_pre_error;
extern int history_expansion_p;
extern int server_command;
+
+#endif
OpenPOWER on IntegriCloud