mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 09:23:03 -04:00
dtool: Fixed building under FreeBSD
There is missing define in dtoolutil which prevent building of dtool under FreeBSD. Signed-off-by: deflected <deflected@github>
This commit is contained in:
parent
d320aced73
commit
2dd1b5e3b3
@ -60,7 +60,7 @@ extern char **environ;
|
|||||||
#include <sys/sysctl.h>
|
#include <sys/sysctl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(IS_LINUX) || defined(IS_OSX)
|
#if defined(IS_LINUX) || defined(IS_OSX) || defined(IS_FREEBSD)
|
||||||
// For link_map and dlinfo.
|
// For link_map and dlinfo.
|
||||||
#include <link.h>
|
#include <link.h>
|
||||||
#include <dlfcn.h>
|
#include <dlfcn.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user