[PATCH] bzrlib/_dirstate_helpers_c.h: Fix Solaris compile
Jari Aalto
jari.aalto at tamk.fi
Tue Dec 2 16:00:45 GMT 2008
Signed-off-by: Jari Aalto <jari.aalto at tamk.fi>
---
bzrlib/_dirstate_helpers_c.h | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/bzrlib/_dirstate_helpers_c.h b/bzrlib/_dirstate_helpers_c.h
index 62e4e0c..c46509e 100644
--- a/bzrlib/_dirstate_helpers_c.h
+++ b/bzrlib/_dirstate_helpers_c.h
@@ -5,7 +5,13 @@
#ifdef _MSC_VER
#include <io.h>
#else
+
+#if defined(__SVR4) && defined(__sun)
+#include <inttypes.h>
+#else
#include <stdint.h>
#endif
#endif
+
+#endif
--
1.5.3.8-dirty
More information about the bazaar
mailing list