summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/c-std.h
diff options
context:
space:
mode:
authorTakuji Tanaka <KXD02663@nifty.ne.jp>2014-08-22 12:57:28 +0000
committerTakuji Tanaka <KXD02663@nifty.ne.jp>2014-08-22 12:57:28 +0000
commit0ed6b8327b488c58909c010a33811773293610af (patch)
tree34b279b97d86e67a2239008742e5f9724877144f /Build/source/texk/kpathsea/c-std.h
parent02a9cd9e5aa4f87b2c06d053175ef76751f5ab98 (diff)
texk/kpathsea [WIN32]: Add a new function win32_vfprintf()
git-svn-id: svn://tug.org/texlive/trunk@35012 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/c-std.h')
-rw-r--r--Build/source/texk/kpathsea/c-std.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/c-std.h b/Build/source/texk/kpathsea/c-std.h
index 2ebacf6accd..6d65d150802 100644
--- a/Build/source/texk/kpathsea/c-std.h
+++ b/Build/source/texk/kpathsea/c-std.h
@@ -32,6 +32,7 @@
#endif
#endif
#include <stdio.h>
+#include <stdarg.h>
/* Be sure we have constants from <unistd.h>. */
#include <kpathsea/c-unistd.h>