dso_dlfcn.c: fix compile failure on Tru64.
This commit is contained in:
parent
216811b216
commit
2a460c1aa8
@ -78,6 +78,9 @@ DSO_METHOD *DSO_METHOD_dlfcn(void)
|
||||
#else
|
||||
|
||||
#ifdef HAVE_DLFCN_H
|
||||
# ifdef __osf__
|
||||
# define __EXTENSIONS__
|
||||
# endif
|
||||
# include <dlfcn.h>
|
||||
# define HAVE_DLINFO 1
|
||||
# if defined(_AIX) || defined(__CYGWIN__) || \
|
||||
|
Loading…
Reference in New Issue
Block a user