summaryrefslogtreecommitdiff
path: root/soltools
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-06-17 10:13:12 +0200
committerMathias Bauer <mba@openoffice.org>2010-06-17 10:13:12 +0200
commite1c983602eb7e448f6154024da6bbd5a3398d319 (patch)
tree084d24de08c44fe6d138f14f667d68b3ddce090b /soltools
parent12684f8ad2b6d247b0bffefa97ae21ca78d07ac8 (diff)
CWS systemlibc: #i69033#: some fixes for mingw
Diffstat (limited to 'soltools')
-rw-r--r--soltools/cpp/_unix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/soltools/cpp/_unix.c b/soltools/cpp/_unix.c
index ca7004c56070..5352f6f1f5f9 100644
--- a/soltools/cpp/_unix.c
+++ b/soltools/cpp/_unix.c
@@ -16,6 +16,8 @@
extern int stgetopt(int, char *const *, const char *);
extern char *optarg;
extern int optind;
+#else
+#include <getopt.h>
#endif
extern char rcsid[];