X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Ftarget%2Fwaitstatus.h;h=ec1abed7b4030587a88f4f51d1731fd777cf0b17;hb=268a13a5a3f7c6b9b6ffc5ac2d1b24eb41f3fbdc;hp=8eee198f9874da6f22a699f0227e3d10214f4a3f;hpb=23fdd69e42180578b3e15ba8f053fadde965bfe8;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/target/waitstatus.h b/gdb/target/waitstatus.h index 8eee198f98..ec1abed7b4 100644 --- a/gdb/target/waitstatus.h +++ b/gdb/target/waitstatus.h @@ -1,6 +1,6 @@ /* Target waitstatus definitions and prototypes. - Copyright (C) 1990-2017 Free Software Foundation, Inc. + Copyright (C) 1990-2019 Free Software Foundation, Inc. This file is part of GDB. @@ -17,10 +17,10 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#ifndef WAITSTATUS_H -#define WAITSTATUS_H +#ifndef TARGET_WAITSTATUS_H +#define TARGET_WAITSTATUS_H -#include "gdb_signals.h" +#include "gdbsupport/gdb_signals.h" /* Stuff for target_wait. */ @@ -148,4 +148,4 @@ enum target_stop_reason /* Return a pretty printed form of target_waitstatus. */ std::string target_waitstatus_to_string (const struct target_waitstatus *); -#endif /* WAITSTATUS_H */ +#endif /* TARGET_WAITSTATUS_H */