* gdbint.texinfo (Host Definition): Remove description of
[deliverable/binutils-gdb.git] / gdb / solib-legacy.c
index e6507f20e4001d930def2174401ef1c6b909b266..2e32e187f0ad47dc906e8ce7e4cecdf7baa9da2f 100644 (file)
 #include "solib-svr4.h"
 
 #ifdef HAVE_LINK_H
+
+#ifdef HAVE_NLIST_H
+/* nlist.h needs to be included before link.h on some older *BSD systems. */
+#include <nlist.h>
+#endif
+
 #include <link.h>
 
 /* Fetch (and possibly build) an appropriate link_map_offsets structure
This page took 0.023093 seconds and 4 git commands to generate.