aboutsummaryrefslogtreecommitdiff
path: root/gdb/gdbserver/gdb_proc_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/gdbserver/gdb_proc_service.h')
-rw-r--r--gdb/gdbserver/gdb_proc_service.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdbserver/gdb_proc_service.h b/gdb/gdbserver/gdb_proc_service.h
index 03e6a06..626bc16 100644
--- a/gdb/gdbserver/gdb_proc_service.h
+++ b/gdb/gdbserver/gdb_proc_service.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 GDB_PROC_SERVICE_H
-#define GDB_PROC_SERVICE_H
+#ifndef GDBSERVER_GDB_PROC_SERVICE_H
+#define GDBSERVER_GDB_PROC_SERVICE_H
#include "common/gdb_proc_service.h"
@@ -28,4 +28,4 @@ struct ps_prochandle
current inferior. */
};
-#endif /* gdb_proc_service.h */
+#endif /* GDBSERVER_GDB_PROC_SERVICE_H */