From 7adbea9bf3d9025b5faaedbe719fdd715ef48a5e Mon Sep 17 00:00:00 2001 From: Ole Christensen Date: Thu, 2 Aug 2012 05:37:05 -0600 Subject: [PATCH] Bug 3584: Detection of setresuid() is broken --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.ac b/configure.ac index 56e9f3ef79..8447daa218 100644 --- a/configure.ac +++ b/configure.ac @@ -3199,6 +3199,8 @@ dnl AC_CACHE_CHECK(if setresuid is implemented, ac_cv_func_setresuid, AC_RUN_IFELSE([AC_LANG_SOURCE([[ #include +#include +#include int main(int argc, char **argv) { if(setresuid(-1,-1,-1)) { perror("setresuid:"); -- 2.47.2