Include ltdl.h if we have it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17952 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-11-18 09:50:00 +00:00
parent e2234a7055
commit b0ce1a387c

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