summaryrefslogtreecommitdiff
path: root/tools/bootstrp/cppdep.cxx
diff options
context:
space:
mode:
authoroisin <oisin@openoffice.org>2000-11-02 13:28:09 +0000
committeroisin <oisin@openoffice.org>2000-11-02 13:28:09 +0000
commitb84da789677640fb760dfe7f92b249abd6439a21 (patch)
treedeb7fd17a00d6f5620819c8a5b81c36f7b13c03b /tools/bootstrp/cppdep.cxx
parentff06d6352a37dc99dcae9d2fd0c4b83eb98727b2 (diff)
Added #include <glibc/posix/getopt.h> when bootstrapping on Macosx
Diffstat (limited to 'tools/bootstrp/cppdep.cxx')
-rw-r--r--tools/bootstrp/cppdep.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/bootstrp/cppdep.cxx b/tools/bootstrp/cppdep.cxx
index 584be326d51b..d2f89166da8c 100644
--- a/tools/bootstrp/cppdep.cxx
+++ b/tools/bootstrp/cppdep.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: cppdep.cxx,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jmarmion $ $Date: 2000-10-20 15:01:16 $
+ * last change: $Author: oisin $ $Date: 2000-11-02 14:28:09 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -72,8 +72,12 @@
#ifdef UNX
#ifdef MACOSX
+#ifdef BOOTSTRAPPER
+#include <glibc/posix/getopt.h>
+#else
#include <glibc/getopt.h>
#endif
+#endif
#include <unistd.h>
#endif