diff options
Diffstat (limited to 'gdb/inf-ptrace.h')
-rw-r--r-- | gdb/inf-ptrace.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/inf-ptrace.h b/gdb/inf-ptrace.h index 868bee9..901f7e9 100644 --- a/gdb/inf-ptrace.h +++ b/gdb/inf-ptrace.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 INF_PTRACE_H -#define INF_PTRACE_H +#ifndef GDB_INF_PTRACE_H +#define GDB_INF_PTRACE_H #include "gdbsupport/event-pipe.h" #include "inf-child.h" @@ -113,4 +113,4 @@ private: extern pid_t get_ptrace_pid (ptid_t); #endif -#endif +#endif /* GDB_INF_PTRACE_H */ |