From: Reid Spencer Date: Thu, 18 Nov 2004 09:50:00 +0000 (+0000) Subject: Include ltdl.h if we have it. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b0ce1a387ce1c86b8b0008518a99d786006d1f32;p=oota-llvm.git Include ltdl.h if we have it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17952 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Config/dlfcn.h b/include/llvm/Config/dlfcn.h index bf51315ce25..01fbe164710 100644 --- a/include/llvm/Config/dlfcn.h +++ b/include/llvm/Config/dlfcn.h @@ -16,6 +16,10 @@ #include "llvm/Config/config.h" +#ifdef HAVE_LTDL_H +#include +#endif + #ifdef HAVE_DLFCN_H #include #endif