Commit 1f7f5331 authored by Olivier Bertrand's avatar Olivier Bertrand

Add include <dlfnc.h> in tabrest.cpp

parent f0da39be
......@@ -9,7 +9,10 @@
/* Definitions needed by the included files. */
/***********************************************************************/
#if defined(MARIADB)
#include <my_global.h> // All MariaDB stuff
#include <my_global.h> // All MariaDB stuff
#if !defined(__WIN__) && !defined(REST_SOURCE)
#include <dlfcn.h> // dlopen(), dlclose(), dlsym() ...
#endif
#else // !MARIADB OEM module
#include "mini-global.h"
#define _MAX_PATH 260
......
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