diff options
Diffstat (limited to 'gdb/gdbthread.h')
-rw-r--r-- | gdb/gdbthread.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbthread.h b/gdb/gdbthread.h index 1011cf8..174488c 100644 --- a/gdb/gdbthread.h +++ b/gdb/gdbthread.h @@ -18,8 +18,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 GDBTHREAD_H -#define GDBTHREAD_H +#ifndef GDB_GDBTHREAD_H +#define GDB_GDBTHREAD_H struct symtab; @@ -1071,4 +1071,4 @@ extern void thread_try_catch_cmd (thread_info *thr, extern const char *thread_state_string (enum thread_state state); -#endif /* GDBTHREAD_H */ +#endif /* GDB_GDBTHREAD_H */ |