diff options
Diffstat (limited to 'sql/sql_sort.h')
-rw-r--r-- | sql/sql_sort.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_sort.h b/sql/sql_sort.h index 6c185b4a61d..98a45f14a36 100644 --- a/sql/sql_sort.h +++ b/sql/sql_sort.h @@ -19,9 +19,9 @@ #include "my_global.h" /* uchar */ #include "my_base.h" /* ha_rows */ #include "my_sys.h" /* qsort2_cmp */ +#include "queues.h" typedef struct st_buffpek BUFFPEK; -typedef struct st_queue QUEUE; typedef struct st_sort_field SORT_FIELD; class Field; |