summaryrefslogtreecommitdiff
path: root/src/atomic_ops/sysdeps/hpc/ia64.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/atomic_ops/sysdeps/hpc/ia64.h')
-rw-r--r--src/atomic_ops/sysdeps/hpc/ia64.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/atomic_ops/sysdeps/hpc/ia64.h b/src/atomic_ops/sysdeps/hpc/ia64.h
index b793fcb..3c538fd 100644
--- a/src/atomic_ops/sysdeps/hpc/ia64.h
+++ b/src/atomic_ops/sysdeps/hpc/ia64.h
@@ -160,5 +160,7 @@ AO_short_compare_and_swap_release(volatile unsigned short *addr,
#define AO_HAVE_short_compare_and_swap_release
#ifndef __LP64__
+ /* Generalize first to define more AO_int_... primitives. */
+# include "../../generalize.h"
# include "../ao_t_is_int.h"
#endif