diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-10 13:34:19 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-02-10 13:34:19 +0000 |
commit | fafab64e8f37f145b91f6121d63756991bd47a08 (patch) | |
tree | cfc628c435fa0eedf50b97801cf78f1cb67c5d0a /Build/source/texk/bibtexu/utils.c | |
parent | c277be633776e18bea8e2c1587b7a4d020e972b1 (diff) |
minor cleanup of kpathsea headers
git-svn-id: svn://tug.org/texlive/trunk@16956 c570f23f-e606-0410-a88d-b1316a301751
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" |