summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/configure
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-07-05 21:13:46 +0000
committerKarl Berry <karl@freefriends.org>2020-07-05 21:13:46 +0000
commitc3d1943bae0cd1c12babe012d58305dfb8428a46 (patch)
treeb49370a8445c960d9a5db69402d660b4a07fa9f3 /Build/source/texk/kpathsea/configure
parent52b71425066d8e4015ed93679940bedbf7d69e3a (diff)
more #include for snprintf test programs
git-svn-id: svn://tug.org/texlive/trunk@55760 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/configure')
-rwxr-xr-xBuild/source/texk/kpathsea/configure8
1 files changed, 6 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/configure b/Build/source/texk/kpathsea/configure
index 243fdad6aa7..7bfe3b4787c 100755
--- a/Build/source/texk/kpathsea/configure
+++ b/Build/source/texk/kpathsea/configure
@@ -14075,7 +14075,9 @@ if test "$cross_compiling" = yes; then :
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-char buf[4] = "abc";
+#include <stdarg.h>
+ #include <stdio.h>
+ char buf[4] = "abc";
int
main ()
{
@@ -14104,7 +14106,9 @@ else
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
-char buf[4] = "abc";
+#include <stdarg.h>
+ #include <stdio.h>
+ char buf[4] = "abc";
int
main ()
{