summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtex8/bibtex.c
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtex8/bibtex.c')
-rw-r--r--Build/source/texk/bibtex8/bibtex.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/Build/source/texk/bibtex8/bibtex.c b/Build/source/texk/bibtex8/bibtex.c
index 6d0c596fac6..0964f4df60c 100644
--- a/Build/source/texk/bibtex8/bibtex.c
+++ b/Build/source/texk/bibtex8/bibtex.c
@@ -102,6 +102,11 @@
#include <config.h>
#endif
+#ifdef KPATHSEA
+#include <kpathsea/config.h>
+#include <kpathsea/progname.h>
+#endif
+
#include "sysdep.h"
#include "bibtex.h"
#include "datatype.h"
@@ -110,11 +115,6 @@
#include "utils.h"
#include "version.h"
-#ifdef KPATHSEA
-#include <kpathsea/config.h>
-#include <kpathsea/progname.h>
-#endif
-
/***************************************************************************
* WEB section number: 39
@@ -263,7 +263,7 @@ BEGIN
command_line_arg_strings = (char **) argv;
#ifdef KPATHSEA
- kpse_set_program_name(argv[0], "bibtex8");
+ kpse_set_program_name(argv[0], PROGNAME);
#endif
history = SPOTLESS;