aboutsummaryrefslogtreecommitdiff
path: root/gdb/x86-nat.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/x86-nat.h')
-rw-r--r--gdb/x86-nat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/x86-nat.h b/gdb/x86-nat.h
index f07cefa..1b8fdd3 100644
--- a/gdb/x86-nat.h
+++ b/gdb/x86-nat.h
@@ -20,8 +20,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 X86_NAT_H
-#define X86_NAT_H 1
+#ifndef GDB_X86_NAT_H
+#define GDB_X86_NAT_H
#include "breakpoint.h"
#include "nat/x86-dregs.h"
@@ -114,4 +114,4 @@ struct x86_nat_target : public BaseTarget
{ return x86_stopped_by_hw_breakpoint (); }
};
-#endif /* X86_NAT_H */
+#endif /* GDB_X86_NAT_H */