aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-11-06 07:42:51 -0700
committerTom Tromey <tromey@redhat.com>2013-11-18 13:29:02 -0700
commit0080a2f67157de9feeee6d0bf3c0db28112b167b (patch)
tree2eaa735f308f8f1130d881653dd86a90dbc52f1e /gdb/configure.ac
parent161d1bec16764585e987c8d804df0fb560a0d491 (diff)
downloadgdb-0080a2f67157de9feeee6d0bf3c0db28112b167b.zip
gdb-0080a2f67157de9feeee6d0bf3c0db28112b167b.tar.gz
gdb-0080a2f67157de9feeee6d0bf3c0db28112b167b.tar.bz2
stdlib.h is universal too
stdlib.h is universal as well, so there is no need to check for it. 2013-11-18 Tom Tromey <tromey@redhat.com> * configure: Rebuild. * configure.ac: Don't check for stdlib.h * defs.h: Include stdlib.h unconditionally. 2013-11-18 Tom Tromey <tromey@redhat.com> * configure: Rebuild. * configure.ac: Don't check for stdlib.h. * gdbreplay.c: Unconditionally include stdlib.h.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index d6b75d6..74d56e4 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -1076,7 +1076,7 @@ AC_HEADER_STDC
# elf_hp.h is for HP/UX 64-bit shared library support.
AC_CHECK_HEADERS([nlist.h machine/reg.h poll.h sys/poll.h proc_service.h \
thread_db.h \
- stdlib.h sys/fault.h \
+ sys/fault.h \
sys/file.h sys/filio.h sys/ioctl.h sys/param.h \
sys/resource.h sys/procfs.h sys/ptrace.h ptrace.h \
sys/reg.h sys/debugreg.h sys/select.h sys/syscall.h \