diff options
Diffstat (limited to 'gdb/x86-bsd-nat.h')
-rw-r--r-- | gdb/x86-bsd-nat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/x86-bsd-nat.h b/gdb/x86-bsd-nat.h index 7b1ba7a..b174544 100644 --- a/gdb/x86-bsd-nat.h +++ b/gdb/x86-bsd-nat.h @@ -17,8 +17,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_BSD_NAT_H -#define X86_BSD_NAT_H +#ifndef GDB_X86_BSD_NAT_H +#define GDB_X86_BSD_NAT_H #include "x86-nat.h" @@ -43,4 +43,4 @@ class x86bsd_nat_target : public BaseTarget }; #endif /* HAVE_PT_GETDBREGS */ -#endif /* x86-bsd-nat.h */ +#endif /* GDB_X86_BSD_NAT_H */ |