diff options
Diffstat (limited to 'gdb/linux-nat.h')
-rw-r--r-- | gdb/linux-nat.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h index 16f8a584bde..40e0f2cb29b 100644 --- a/gdb/linux-nat.h +++ b/gdb/linux-nat.h @@ -17,6 +17,9 @@ 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_H +#define LINUX_NAT_H + #include "nat/linux-nat.h" #include "inf-ptrace.h" #include "target.h" @@ -322,3 +325,5 @@ void linux_nat_switch_fork (ptid_t new_ptid); Return 1 if it was retrieved successfully, 0 otherwise (*SIGINFO is uninitialized in such case). */ int linux_nat_get_siginfo (ptid_t ptid, siginfo_t *siginfo); + +#endif /* LINUX_NAT_H */ |