mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Include ltdl.h if we have it.
llvm-svn: 17952
This commit is contained in:
parent
058e3d2b5e
commit
ef9391e69b
@ -16,6 +16,10 @@
|
||||
|
||||
#include "llvm/Config/config.h"
|
||||
|
||||
#ifdef HAVE_LTDL_H
|
||||
#include <ltdl.h>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DLFCN_H
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user