diff options
Diffstat (limited to 'Build/source/texk/bibtexu/utils.c')
-rw-r--r-- | Build/source/texk/bibtexu/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/bibtexu/utils.c b/Build/source/texk/bibtexu/utils.c index 6c9f6b43000..748c5953e99 100644 --- a/Build/source/texk/bibtexu/utils.c +++ b/Build/source/texk/bibtexu/utils.c @@ -127,7 +127,6 @@ #ifdef WIN32 #include <getopt.h> #else -#include "getopt.h" #include <unistd.h> #endif @@ -136,6 +135,7 @@ #include <kpathsea/c-fopen.h> #include <kpathsea/tex-file.h> #include <kpathsea/lib.h> +#include <kpathsea/getopt.h> #endif #include "sysdep.h" |