diff options
Diffstat (limited to 'gdb/x86-fbsd-nat.h')
-rw-r--r-- | gdb/x86-fbsd-nat.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/x86-fbsd-nat.h b/gdb/x86-fbsd-nat.h index a202e77..66f2b2f 100644 --- a/gdb/x86-fbsd-nat.h +++ b/gdb/x86-fbsd-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_FBSD_NAT_H -#define X86_FBSD_NAT_H +#ifndef GDB_X86_FBSD_NAT_H +#define GDB_X86_FBSD_NAT_H #include <sys/ptrace.h> @@ -53,4 +53,4 @@ private: #endif }; -#endif /* x86-bsd-nat.h */ +#endif /* GDB_X86_FBSD_NAT_H */ |