diff options
author | Bruno Haible <bruno@clisp.org> | 2005-02-12 18:45:46 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:12:14 +0200 |
commit | af37f79926b98bdba69d458de222b85f8d8f7884 (patch) | |
tree | e68aa6791f1ce4d3395933566450b4b77e225538 | |
parent | ccee5a13fcf1df0bacd66479892f20ff13efeedf (diff) | |
download | external_gettext-af37f79926b98bdba69d458de222b85f8d8f7884.zip external_gettext-af37f79926b98bdba69d458de222b85f8d8f7884.tar.gz external_gettext-af37f79926b98bdba69d458de222b85f8d8f7884.tar.bz2 |
Symbolic link to getopt_.h.
-rw-r--r-- | gettext-tools/windows/getopt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gettext-tools/windows/getopt.h b/gettext-tools/windows/getopt.h new file mode 100644 index 0000000..f0a30a5 --- /dev/null +++ b/gettext-tools/windows/getopt.h @@ -0,0 +1,2 @@ +/* The system doesn't have <getopt.h>. Use our getopt.h emulation. */ +#include "getopt_.h" |