Update makefile.in dependencies. Add header wrappers.
[deliverable/binutils-gdb.git] / gdb / xcoffsolib.h
index d7e8504cdda512066119eee0b27020d22b99fbc7..d8370fa2d47019e1c6314eae46d123f90a1ae663 100644 (file)
@@ -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
This page took 0.024745 seconds and 4 git commands to generate.