summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/htsglobal.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htsglobal.h b/src/htsglobal.h
index 32a5a3e..e3a006e 100644
--- a/src/htsglobal.h
+++ b/src/htsglobal.h
@@ -323,7 +323,8 @@ typedef __int64 LLint;
typedef __int64 TStamp;
#define LLintP "%I64d"
-#elif (defined(__x86_64__) || defined(_LP64) || defined(__64BIT__))
+#elif (defined(_LP64) || defined(__x86_64__) \
+ || defined(__powerpc64__) || defined(__64BIT__))
typedef unsigned long int LLint;
typedef unsigned long int TStamp;