From adf7809c04874c65bd3bfdd04e781f9958b87cdf Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Wed, 9 Oct 2002 13:04:03 +0300 Subject: [PATCH] Fix for build problem on AIX --- include/global.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/global.h b/include/global.h index 1525a7c6e06..4ab7cbbeee6 100644 --- a/include/global.h +++ b/include/global.h @@ -105,6 +105,7 @@ #define _SYS_STREAM_H #define _AIX32_CURSES #define ulonglong2double(A) my_ulonglong2double(A) +#define my_off_t2double(A) my_ulonglong2double(A) #ifdef __cplusplus extern "C" { #endif