diff options
Diffstat (limited to 'gdb/obsd-nat.h')
-rw-r--r-- | gdb/obsd-nat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/obsd-nat.h b/gdb/obsd-nat.h index 0811a82..35ee212 100644 --- a/gdb/obsd-nat.h +++ b/gdb/obsd-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 OBSD_NAT_H -#define OBSD_NAT_H +#ifndef GDB_OBSD_NAT_H +#define GDB_OBSD_NAT_H #include "inf-ptrace.h" @@ -41,4 +41,4 @@ protected: void post_startup_inferior (ptid_t) override; }; -#endif /* obsd-nat.h */ +#endif /* GDB_OBSD_NAT_H */ |