diff options
Diffstat (limited to 'gdb/gdb_proc_service.h')
-rw-r--r-- | gdb/gdb_proc_service.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/gdb_proc_service.h b/gdb/gdb_proc_service.h index 1088e19..c5e060b 100644 --- a/gdb/gdb_proc_service.h +++ b/gdb/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 GDB_GDB_PROC_SERVICE_H +#define GDB_GDB_PROC_SERVICE_H #include "gdbsupport/gdb_proc_service.h" @@ -30,4 +30,4 @@ struct ps_prochandle thread_info *thread; }; -#endif /* gdb_proc_service.h */ +#endif /* GDB_GDB_PROC_SERVICE_H */ |