aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index d2b5d29..9b73887 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -1163,9 +1163,7 @@ GDB_AC_COMMON
# Check the return and argument types of ptrace. No canned test for
# this, so roll our own.
gdb_ptrace_headers='
-#if HAVE_SYS_TYPES_H
-# include <sys/types.h>
-#endif
+#include <sys/types.h>
#if HAVE_SYS_PTRACE_H
# include <sys/ptrace.h>
#endif