aboutsummaryrefslogtreecommitdiff
path: root/gdb/bt-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/bt-utils.h')
-rw-r--r--gdb/bt-utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/bt-utils.h b/gdb/bt-utils.h
index 1288ec7..0981ed7 100644
--- a/gdb/bt-utils.h
+++ b/gdb/bt-utils.h
@@ -18,8 +18,8 @@
/* Support for printing a backtrace when GDB hits an error. This is not
for printing backtraces of the inferior, but backtraces of GDB itself. */
-#ifndef BT_UTILS_H
-#define BT_UTILS_H
+#ifndef GDB_BT_UTILS_H
+#define GDB_BT_UTILS_H
#ifdef HAVE_LIBBACKTRACE
# include "backtrace.h"
@@ -75,4 +75,4 @@ extern void gdb_internal_backtrace_set_cmd (const char *args, int from_tty,
extern void gdb_internal_backtrace_init_str ();
-#endif /* BT_UTILS_H */
+#endif /* GDB_BT_UTILS_H */