summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/config.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-23 13:48:54 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-23 13:48:54 +0000
commit3b038424f28fe19e6570593aa7ef8b30758af6eb (patch)
treef0f681ffcfecd6590fcf5a88c9effda2a157c01a /Build/source/texk/web2c/config.h
parentf9ece3ea69faa4163ec5923128925e2a69e960c3 (diff)
use <stdarg.h> instead of <kpathsea/c-vararg.h>
git-svn-id: svn://tug.org/texlive/trunk@13916 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/config.h')
-rw-r--r--Build/source/texk/web2c/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/web2c/config.h b/Build/source/texk/web2c/config.h
index 45aa6d105ec..b97a6144c2c 100644
--- a/Build/source/texk/web2c/config.h
+++ b/Build/source/texk/web2c/config.h
@@ -31,7 +31,7 @@ along with this program; if not, see <http://www.gnu.org/licenses/. */
/* The stuff from the path searching library. */
#include <kpathsea/config.h>
#include <web2c/c-auto.h>
-#include <kpathsea/c-vararg.h>
+#include <stdarg.h>
/* How to open a binary file. */
#include <kpathsea/c-fopen.h>