diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-22 14:29:44 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-06-22 14:29:44 +0000 |
commit | ae201c42a990e9091510d50fa49386a12590a61c (patch) | |
tree | 8f9ad25ee66a4b7795c7c3230db79792e15fdc61 /Build/source/texk/xdvik/string-utils.h | |
parent | c8d9f4e6e363278ea526a41708c91b665d4cb8ed (diff) |
use <stdarg.h>, not <kpathsea/c-vararg.h>
git-svn-id: svn://tug.org/texlive/trunk@13883 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/xdvik/string-utils.h')
-rw-r--r-- | Build/source/texk/xdvik/string-utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/xdvik/string-utils.h b/Build/source/texk/xdvik/string-utils.h index 2439d56c5ea..7ef7f3e1784 100644 --- a/Build/source/texk/xdvik/string-utils.h +++ b/Build/source/texk/xdvik/string-utils.h @@ -2,7 +2,7 @@ #define STRING_UTILS_H_ #include "xdvi-config.h" -#include "kpathsea/c-vararg.h" +#include <stdarg.h> #include "my-vsnprintf.h" extern Boolean str_is_prefix(const char *, const char *, Boolean case_sensitive); |