diff options
Diffstat (limited to 'src/util/support/t_unal.c')
-rw-r--r-- | src/util/support/t_unal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/support/t_unal.c b/src/util/support/t_unal.c index 6b2720b42..cc2f4c92c 100644 --- a/src/util/support/t_unal.c +++ b/src/util/support/t_unal.c @@ -9,7 +9,7 @@ int main () on. */ union { - UINT64_TYPE n64; + uint64_t n64; uint32_t n32; uint16_t n16; unsigned char b[9]; |