summaryrefslogtreecommitdiff
path: root/gdb/xcoffsolib.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/xcoffsolib.h')
-rw-r--r--gdb/xcoffsolib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/xcoffsolib.h b/gdb/xcoffsolib.h
index d7e8504cdda..d8370fa2d47 100644
--- a/gdb/xcoffsolib.h
+++ b/gdb/xcoffsolib.h
@@ -27,6 +27,9 @@
shared libraries are loaded, or a "load" system call, followed by the
user's issuance of a "load" command. */
+#ifndef XCOFFSOLIB_H
+#define XCOFFSOLIB_H
+
struct vmap
{
struct vmap *nxt; /* ptr to next in chain */
@@ -59,3 +62,5 @@ extern struct vmap *vmap;
/* Add symbols for a vmap. */
extern int vmap_add_symbols (struct vmap *vp);
+
+#endif