diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-03-20 02:57:42 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-03-20 02:57:42 +0000 |
commit | 486363b69b062711ab7e542b7f5ae6d3d9f4bbde (patch) | |
tree | 938867b70c0adac938f13116bd47b7b86097b0f0 /gdb/configure | |
parent | 087bb2e2400e97d4aec5bec747e9fcf7d5af6826 (diff) | |
download | gdb-486363b69b062711ab7e542b7f5ae6d3d9f4bbde.zip gdb-486363b69b062711ab7e542b7f5ae6d3d9f4bbde.tar.gz gdb-486363b69b062711ab7e542b7f5ae6d3d9f4bbde.tar.bz2 |
Conditionally include nlist.h in solib-legacy.c for older *BSD systems.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 33f1627..5879c1f 100755 --- a/gdb/configure +++ b/gdb/configure @@ -3379,7 +3379,7 @@ EOF esac; esac -for ac_hdr in ctype.h endian.h link.h thread_db.h proc_service.h \ +for ac_hdr in ctype.h endian.h nlist.h link.h thread_db.h proc_service.h \ memory.h objlist.h ptrace.h sgtty.h stddef.h stdlib.h \ string.h sys/procfs.h sys/ptrace.h sys/reg.h stdint.h \ term.h termio.h termios.h unistd.h wait.h sys/wait.h \ |