mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 02:42:49 -04:00
include dlfcn.h on FreeBSD for dlopen
This commit is contained in:
parent
e991505623
commit
c7bf95c53a
@ -44,8 +44,9 @@
|
||||
#ifdef IS_FREEBSD
|
||||
extern char **environ;
|
||||
|
||||
// This is for Link_map.
|
||||
// For Link_map and dlinfo.
|
||||
#include <link.h>
|
||||
#include <dlfcn.h>
|
||||
|
||||
// This is for sysctl.
|
||||
#include <sys/types.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user