#include stdio.h in SUDO_CHECK_TYPE since IRIX 6 aparently defines some

types (such as ssize_t) therein.
This commit is contained in:
Todd C. Miller
2001-03-29 18:08:56 +00:00
parent a64a6abd33
commit e2282d3e42

1
aclocal.m4 vendored
View File

@@ -169,6 +169,7 @@ AC_DEFUN(SUDO_CHECK_TYPE,
AC_MSG_CHECKING(for $1)
AC_CACHE_VAL(sudo_cv_type_$1,
[AC_EGREP_CPP($1, [#include <sys/types.h>
#include <stdio.h>
#if STDC_HEADERS
#include <stdlib.h>
#endif