Skip to content
Snippets Groups Projects
Commit 6b3ce23e authored by deuce's avatar deuce
Browse files

Include dlfcn.h for dlopen() and friends.

parent 047106c9
No related branches found
No related tags found
No related merge requests found
#include <stdlib.h> /* getenv()/exit()/atexit() */
#include <stdio.h> /* NULL */
#ifdef __unix__
#include <dlfcn.h>
#endif
#include "gen_defs.h"
#undef main
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment