diff options
Diffstat (limited to 'gdb/record.h')
-rw-r--r-- | gdb/record.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/record.h b/gdb/record.h index aea6507..524d350 100644 --- a/gdb/record.h +++ b/gdb/record.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 RECORD_H -#define RECORD_H +#ifndef GDB_RECORD_H +#define GDB_RECORD_H #include "target/waitstatus.h" #include "gdbsupport/enum-flags.h" @@ -117,4 +117,4 @@ extern void record_start (const char *method, const char *format, /* Stop recording. Throw on failure. */ extern void record_stop (int from_tty); -#endif /* RECORD_H */ +#endif /* GDB_RECORD_H */ |