diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-01 09:05:59 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2012-03-01 09:05:59 +0000 |
commit | b4b997286ed025b673f3ba4698d0075952cc7896 (patch) | |
tree | 43ef3fb43263e6c2d4c0db62d588eb59d1a6c66a /Build/source/texk/kpathsea/c-unistd.h | |
parent | a15743669eec9a2ab5c7c49ffead9fa786103502 (diff) |
getopt
git-svn-id: svn://tug.org/texlive/trunk@25547 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/c-unistd.h')
-rw-r--r-- | Build/source/texk/kpathsea/c-unistd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Build/source/texk/kpathsea/c-unistd.h b/Build/source/texk/kpathsea/c-unistd.h index 9447544bf64..a8c49ba09c1 100644 --- a/Build/source/texk/kpathsea/c-unistd.h +++ b/Build/source/texk/kpathsea/c-unistd.h @@ -24,9 +24,8 @@ #include <kpathsea/systypes.h> #if HAVE_UNISTD_H -#ifdef __CYGWIN__ +# define __need_getopt #include <kpathsea/getopt.h> -#endif #include <unistd.h> #endif |