projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7820aac
)
grab stdio.h for sys_errlist as well (BSDI)
author
Mark Eichin
<eichin@mit.edu>
Thu, 16 Jun 1994 05:20:10 +0000
(
05:20
+0000)
committer
Mark Eichin
<eichin@mit.edu>
Thu, 16 Jun 1994 05:20:10 +0000
(
05:20
+0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3838
dc483132
-0cff-0310-8789-
dd5450dbe970
src/aclocal.m4
patch
|
blob
|
history
diff --git
a/src/aclocal.m4
b/src/aclocal.m4
index 84f635defba58ebf4cea00c68950908805a7e1a8..d4ed0e8a886457155be1746a19120adcbdb29083 100644
(file)
--- a/
src/aclocal.m4
+++ b/
src/aclocal.m4
@@
-157,7
+157,8
@@
dnl check for sys_errlist -- DECLARE_SYS_ERRLIST
dnl
define(DECLARE_SYS_ERRLIST,[
AC_COMPILE_CHECK([sys_errlist declaration],
-[#include <errno.h>], [sys_nerr;], , AC_DEFINE(NEED_SYS_ERRLIST))])dnl
+[#include <stdio.h>
+#include <errno.h>], [sys_nerr;], , AC_DEFINE(NEED_SYS_ERRLIST))])dnl
dnl
dnl check for sigmask/sigprocmask -- CHECK_SIGPROCMASK
dnl