j
k
j a
j l
Hi Sergey,
#include "config.h" +#include <dlfcn.h> #include <stdarg.h>
This change will cause compile failures on systems without this header. You need to add a configure check for the header, and include it conditionally.
Thanks, --Juan
Back to the thread
Back to the list