diff options
Diffstat (limited to 'Build/source/texk/bibtex8/utils.c')
-rw-r--r-- | Build/source/texk/bibtex8/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/texk/bibtex8/utils.c b/Build/source/texk/bibtex8/utils.c index f4654c52ab1..df05b868cb8 100644 --- a/Build/source/texk/bibtex8/utils.c +++ b/Build/source/texk/bibtex8/utils.c @@ -135,8 +135,10 @@ #include <kpathsea/c-fopen.h> #include <kpathsea/tex-file.h> #include <kpathsea/lib.h> +#ifndef WIN32 #include <kpathsea/getopt.h> #endif +#endif #include "sysdep.h" #include "bibtex.h" |