aboutsummaryrefslogtreecommitdiff
path: root/gdb/xcoffsolib.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2001-10-21 19:20:30 +0000
committerAndrew Cagney <cagney@redhat.com>2001-10-21 19:20:30 +0000
commit17732724f33c6969c86a29c832e094b96a4483bf (patch)
tree5a5276a6aa015c94cfa47359a817472d59331fa8 /gdb/xcoffsolib.h
parentfd0407d670c5a89ba5ba8cba65a056ac8c709e75 (diff)
downloadfsf-binutils-gdb-17732724f33c6969c86a29c832e094b96a4483bf.zip
fsf-binutils-gdb-17732724f33c6969c86a29c832e094b96a4483bf.tar.gz
fsf-binutils-gdb-17732724f33c6969c86a29c832e094b96a4483bf.tar.bz2
Update makefile.in dependencies. Add header wrappers.
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 d7e8504..d8370fa 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