diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-10-21 19:20:30 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-10-21 19:20:30 +0000 |
commit | 8c6fd773f90684beb0250ec983e02dd6af972b4a (patch) | |
tree | 7bf8fd692af501c0262ef1dd1b507007ff4e03e4 /gdb/xcoffsolib.h | |
parent | 44e7f8c4634d83a4c56da1bda67271b368c084d4 (diff) | |
download | gdb-8c6fd773f90684beb0250ec983e02dd6af972b4a.tar.gz |
Update makefile.in dependencies. Add header wrappers.
Diffstat (limited to 'gdb/xcoffsolib.h')
-rw-r--r-- | gdb/xcoffsolib.h | 5 |
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 |