diff options
Diffstat (limited to 'gdb/gdbserver/debug.h')
-rw-r--r-- | gdb/gdbserver/debug.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbserver/debug.h b/gdb/gdbserver/debug.h index 041945a..e40f28c 100644 --- a/gdb/gdbserver/debug.h +++ b/gdb/gdbserver/debug.h @@ -16,8 +16,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 DEBUG_H -#define DEBUG_H +#ifndef GDBSERVER_DEBUG_H +#define GDBSERVER_DEBUG_H /* We declare debug format variables here, and debug_threads but no other debug content variables (e.g., not remote_debug) because while this file @@ -51,4 +51,4 @@ void do_debug_exit (const char *function_name); do { } while (0) #endif -#endif /* DEBUG_H */ +#endif /* GDBSERVER_DEBUG_H */ |