forked from Imagelibrary/binutils-gdb
* configure.in: include nlist.h when checking for member som_addr
in struct so_map. * configure: regenerate.
This commit is contained in:
3
gdb/configure
vendored
3
gdb/configure
vendored
@@ -5404,6 +5404,9 @@ else
|
||||
#line 5405 "configure"
|
||||
#include "confdefs.h"
|
||||
#include <sys/types.h>
|
||||
#ifdef HAVE_NLIST_H
|
||||
#include <nlist.h>
|
||||
#endif
|
||||
#include <link.h>
|
||||
int main() {
|
||||
struct so_map lm; (void) lm.som_addr;
|
||||
|
||||
Reference in New Issue
Block a user