diff --git a/include/sudo_compat.h b/include/sudo_compat.h index 6839fdbca..8f3ad622b 100644 --- a/include/sudo_compat.h +++ b/include/sudo_compat.h @@ -25,9 +25,7 @@ #define SUDO_COMPAT_H #include /* for gid_t, mode_t, size_t, ssize_t, time_t, uid_t */ -#if defined(__hpux) && !defined(__LP64__) -# include /* for pread/pread64, and pwrite/pwrite64 */ -#endif +#include /* to avoid problems with mismatched headers and libc */ #include #if !defined(HAVE_VSNPRINTF) || !defined(HAVE_VASPRINTF) || \ !defined(HAVE_VSYSLOG) || defined(PREFER_PORTABLE_SNPRINTF)