1
0
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:
Reid Spencer 2004-11-18 09:50:00 +00:00
parent 058e3d2b5e
commit ef9391e69b

View File

@ -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