summaryrefslogtreecommitdiffstats
path: root/gettext-tools
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2005-02-12 18:45:46 +0000
committerBruno Haible <bruno@clisp.org>2009-06-23 12:12:14 +0200
commitaf37f79926b98bdba69d458de222b85f8d8f7884 (patch)
treee68aa6791f1ce4d3395933566450b4b77e225538 /gettext-tools
parentccee5a13fcf1df0bacd66479892f20ff13efeedf (diff)
downloadexternal_gettext-af37f79926b98bdba69d458de222b85f8d8f7884.zip
external_gettext-af37f79926b98bdba69d458de222b85f8d8f7884.tar.gz
external_gettext-af37f79926b98bdba69d458de222b85f8d8f7884.tar.bz2
Symbolic link to getopt_.h.
Diffstat (limited to 'gettext-tools')
-rw-r--r--gettext-tools/windows/getopt.h2
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"