aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-generic/include/odp_llqueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/linux-generic/include/odp_llqueue.h')
-rw-r--r--platform/linux-generic/include/odp_llqueue.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/linux-generic/include/odp_llqueue.h b/platform/linux-generic/include/odp_llqueue.h
index e9cf9945e..68325624a 100644
--- a/platform/linux-generic/include/odp_llqueue.h
+++ b/platform/linux-generic/include/odp_llqueue.h
@@ -15,6 +15,7 @@
#include <odp_config_internal.h>
#include <odp_debug_internal.h>
+#include <odp_types_internal.h>
#include <odp_cpu.h>
#include <stdint.h>
@@ -49,7 +50,7 @@ static odp_bool_t llq_on_queue(struct llnode *node);
typedef uint64_t dintptr_t;
#endif
#if __SIZEOF_PTRDIFF_T__ == 8
-__extension__ typedef __int128 dintptr_t;
+typedef _odp_u128_t dintptr_t;
#endif
struct llnode {