aboutsummaryrefslogtreecommitdiff
path: root/gdb/gnu-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gnu-nat.h')
-rw-r--r--gdb/gnu-nat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gnu-nat.h b/gdb/gnu-nat.h
index f1694b8..700a01a 100644
--- a/gdb/gnu-nat.h
+++ b/gdb/gnu-nat.h
@@ -16,8 +16,8 @@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef GNU_NAT_H
-#define GNU_NAT_H
+#ifndef GDB_GNU_NAT_H
+#define GDB_GNU_NAT_H
/* Work around conflict between Mach's 'thread_info' function, and GDB's
'thread_info' class. Make the former available as 'mach_thread_info'. */
@@ -188,4 +188,4 @@ private:
/* The final/concrete instance. */
extern gnu_nat_target *gnu_target;
-#endif /* GNU_NAT_H */
+#endif /* GDB_GNU_NAT_H */