summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex8/utils.c')
-rw-r--r--Build/source/texk/bibtex8/utils.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/bibtex8/utils.c b/Build/source/texk/bibtex8/utils.c
index f5df8eb556f..da6e6c341ee 100644
--- a/Build/source/texk/bibtex8/utils.c
+++ b/Build/source/texk/bibtex8/utils.c
@@ -119,6 +119,10 @@
******************************************************************************
*/
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include <stdarg.h>
#ifdef WIN32
#include <getopt.h>