diff --git a/headers.h b/headers.h index 512c85b..f5298fb 100755 --- a/headers.h +++ b/headers.h @@ -101,9 +101,6 @@ #ifdef HAVE_SYS_PARAM_H # include #endif -#ifdef HAVE_SYS_PTRACE_H -# include -#endif #ifdef HAVE_SYS_REG_H # include #endif @@ -133,7 +130,9 @@ #ifdef HAVE_ASM_PTRACE_H # include #endif -#ifdef HAVE_LINUX_PTRACE_H +#ifdef HAVE_SYS_PTRACE_H +# include +#elif HAVE_LINUX_PTRACE_H # include #endif #undef FU_ia64_fpreg