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

Add include <dlfnc.h> in tabrest.cpp

parent f0da39be
...@@ -10,6 +10,9 @@ ...@@ -10,6 +10,9 @@
/***********************************************************************/ /***********************************************************************/
#if defined(MARIADB) #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 #else // !MARIADB OEM module
#include "mini-global.h" #include "mini-global.h"
#define _MAX_PATH 260 #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