summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/config.h')
-rw-r--r--Build/source/texk/kpathsea/config.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/config.h b/Build/source/texk/kpathsea/config.h
index d9e4123b25f..4abd0b52b53 100644
--- a/Build/source/texk/kpathsea/config.h
+++ b/Build/source/texk/kpathsea/config.h
@@ -54,6 +54,10 @@
#define DEV_NULL "/dev/null"
#endif
+#if defined (WIN32) && !defined (__STDC__)
+#define __STDC__ 1
+#endif
+
/* System dependencies that are figured out by `configure'. */
#include <kpathsea/c-auto.h>
@@ -94,7 +98,7 @@
#ifdef __MINGW32__
#include <kpathsea/mingw32.h>
#else
-#include <win32lib.h>
+#include <kpathsea/win32lib.h>
#endif
#endif