diff options
Diffstat (limited to 'gdb/remote-notif.h')
-rw-r--r-- | gdb/remote-notif.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/remote-notif.h b/gdb/remote-notif.h index 4c5b50a..cca26b0 100644 --- a/gdb/remote-notif.h +++ b/gdb/remote-notif.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 REMOTE_NOTIF_H -#define REMOTE_NOTIF_H +#ifndef GDB_REMOTE_NOTIF_H +#define GDB_REMOTE_NOTIF_H #include <list> #include <memory> @@ -131,4 +131,4 @@ extern const notif_client notif_client_stop; extern bool notif_debug; -#endif /* REMOTE_NOTIF_H */ +#endif /* GDB_REMOTE_NOTIF_H */ |