From: Philippe Waroquiers Date: Mon, 2 Feb 2015 22:40:54 +0000 (+0000) Subject: PTRACE_GETREGS might not be detected on some distro, due to a missing #include X-Git-Tag: svn/VALGRIND_3_11_0~693 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4875942bb15d656eff27f3027c30f9baaece9dfd;p=thirdparty%2Fvalgrind.git PTRACE_GETREGS might not be detected on some distro, due to a missing #include in the configure test. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14899 --- diff --git a/configure.ac b/configure.ac index bdf5f22531..fe2897bd9b 100644 --- a/configure.ac +++ b/configure.ac @@ -1084,6 +1084,7 @@ AM_CONDITIONAL([HAVE_GNU_STPNCPY], [test x$ac_have_gnu_stpncpy = xyes]) AC_MSG_CHECKING([for PTRACE_GETREGS]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ +#include #include #include #include