diff options
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gdb/configure b/gdb/configure index 23e533d..5514b2f 100755 --- a/gdb/configure +++ b/gdb/configure @@ -10404,9 +10404,7 @@ _ACEOF # 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 |