summaryrefslogtreecommitdiff
path: root/gdb/solist.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
commit8c6fd773f90684beb0250ec983e02dd6af972b4a (patch)
tree7bf8fd692af501c0262ef1dd1b507007ff4e03e4 /gdb/solist.h
parent44e7f8c4634d83a4c56da1bda67271b368c084d4 (diff)
downloadgdb-8c6fd773f90684beb0250ec983e02dd6af972b4a.tar.gz
Update makefile.in dependencies. Add header wrappers.
Diffstat (limited to 'gdb/solist.h')
-rw-r--r--gdb/solist.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/solist.h b/gdb/solist.h
index fa00aaff3d4..dd1100c31cf 100644
--- a/gdb/solist.h
+++ b/gdb/solist.h
@@ -20,6 +20,9 @@
Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#ifndef SOLIST_H
+#define SOLIST_H
+
#define SO_NAME_MAX_PATH_SIZE 512 /* FIXME: Should be dynamic */
/* Forward declaration for target specific link map information. This
@@ -119,3 +122,5 @@ extern struct target_so_ops *current_target_so_ops;
(current_target_so_ops->open_symbol_file_object)
#define TARGET_SO_IN_DYNSYM_RESOLVE_CODE \
(current_target_so_ops->in_dynsym_resolve_code)
+
+#endif