aboutsummaryrefslogtreecommitdiff
path: root/gdb/memory-map.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/memory-map.h')
-rw-r--r--gdb/memory-map.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/memory-map.h b/gdb/memory-map.h
index 525646b..59fcd4a 100644
--- a/gdb/memory-map.h
+++ b/gdb/memory-map.h
@@ -18,8 +18,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifndef MEMORY_MAP_H
-#define MEMORY_MAP_H
+#ifndef GDB_MEMORY_MAP_H
+#define GDB_MEMORY_MAP_H
#include "memattr.h"
@@ -28,4 +28,4 @@
return an empty vector. Does not throw. */
std::vector<mem_region> parse_memory_map (const char *memory_map);
-#endif
+#endif /* GDB_MEMORY_MAP_H */