~mordred/drizzle/fix-bell-bugs

« back to all changes in this revision

Viewing changes to drizzled/internal/mf_qsort.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
*/
21
21
 
22
22
 
23
 
#include "mysys/mysys_priv.h"
24
 
#include <mystrings/m_string.h>
 
23
#include "drizzled/internal/mysys_priv.h"
 
24
#include "drizzled/internal/m_string.h"
25
25
/* We need to use qsort with 2 different compare functions */
26
26
#ifdef QSORT_EXTRA_CMP_ARGUMENT
27
27
#define CMP(A,B) ((*cmp)(cmp_argument,(A),(B)))