Commit c0ed5cd4 authored by Andy Polyakov's avatar Andy Polyakov
Browse files

dso_dlfcn.c: fix compile failure on Tru64 [from HEAD].

parent c8281fd3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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__) || \