jdk/src/share/native/sun/security/ec/impl/ecc_impl.h
changeset 22597 7515a991bb37
parent 14342 8435a30053c1
--- a/jdk/src/share/native/sun/security/ec/impl/ecc_impl.h	Thu Nov 21 12:28:16 2013 -0800
+++ b/jdk/src/share/native/sun/security/ec/impl/ecc_impl.h	Tue Nov 26 16:40:31 2013 +0100
@@ -65,6 +65,13 @@
 typedef enum boolean { B_FALSE, B_TRUE } boolean_t;
 #endif /* _ALLBSD_SOURCE */
 
+#ifdef AIX
+#define B_FALSE FALSE
+#define B_TRUE TRUE
+typedef unsigned char uint8_t;
+typedef unsigned long ulong_t;
+#endif /* AIX */
+
 #ifdef _WIN32
 typedef unsigned char uint8_t;
 typedef unsigned long ulong_t;