sql_test.cc compile fix
This commit is contained in:
parent
117388225c
commit
13e49b783f
@ -29,14 +29,17 @@
|
|||||||
#include <thr_alarm.h>
|
#include <thr_alarm.h>
|
||||||
#include "sql_connect.h"
|
#include "sql_connect.h"
|
||||||
#include "thread_cache.h"
|
#include "thread_cache.h"
|
||||||
#if defined(HAVE_MALLINFO) || defined(HAVE_MALLINFO2)
|
|
||||||
#if defined(HAVE_MALLOC_H)
|
#if defined(HAVE_MALLOC_H)
|
||||||
#include <malloc.h>
|
#include <malloc.h>
|
||||||
#elif defined(HAVE_SYS_MALLOC_H)
|
|
||||||
#include <sys/malloc.h>
|
|
||||||
#elif defined(HAVE_MALLOC_ZONE)
|
|
||||||
#include <malloc/malloc.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_SYS_MALLOC_H)
|
||||||
|
#include <sys/malloc.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#if defined(HAVE_MALLOC_ZONE)
|
||||||
|
#include <malloc/malloc.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_EVENT_SCHEDULER
|
#ifdef HAVE_EVENT_SCHEDULER
|
||||||
|
Loading…
x
Reference in New Issue
Block a user