diff options
Diffstat (limited to 'gdb/linux-nat-trad.h')
-rw-r--r-- | gdb/linux-nat-trad.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/linux-nat-trad.h b/gdb/linux-nat-trad.h index ae40ce7..c1c031e 100644 --- a/gdb/linux-nat-trad.h +++ b/gdb/linux-nat-trad.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 LINUX_NAT_TRAD_H -#define LINUX_NAT_TRAD_H +#ifndef GDB_LINUX_NAT_TRAD_H +#define GDB_LINUX_NAT_TRAD_H #include "linux-nat.h" @@ -43,4 +43,4 @@ private: void store_register (const struct regcache *regcache, int regnum); }; -#endif /* LINUX_NAT_TRAD_H */ +#endif /* GDB_LINUX_NAT_TRAD_H */ |