Commit adf7809c authored by monty@hundin.mysql.fi's avatar monty@hundin.mysql.fi

Fix for build problem on AIX

parent 3403e773
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment