summaryrefslogtreecommitdiff
path: root/qcmstypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'qcmstypes.h')
-rw-r--r--qcmstypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/qcmstypes.h b/qcmstypes.h
index 25ffa57..6394f90 100644
--- a/qcmstypes.h
+++ b/qcmstypes.h
@@ -10,6 +10,8 @@
#if defined (__SVR4) && defined (__sun)
/* int_types.h gets included somehow, so avoid redefining the types differently */
#include <sys/int_types.h>
+#elif defined (_AIX)
+#include <sys/types.h>
#else
typedef PRInt8 int8_t;
typedef PRUint8 uint8_t;