[llvm-commits] CVS: llvm/include/llvm/Config/dlfcn.h

Reid Spencer reid at x10sys.com
Thu Nov 18 01:50:11 PST 2004



Changes in directory llvm/include/llvm/Config:

dlfcn.h updated: 1.5 -> 1.6
---
Log message:

Include ltdl.h if we have it.


---
Diffs of the changes:  (+4 -0)

Index: llvm/include/llvm/Config/dlfcn.h
diff -u llvm/include/llvm/Config/dlfcn.h:1.5 llvm/include/llvm/Config/dlfcn.h:1.6
--- llvm/include/llvm/Config/dlfcn.h:1.5	Wed Sep  1 17:55:34 2004
+++ llvm/include/llvm/Config/dlfcn.h	Thu Nov 18 03:50:00 2004
@@ -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






More information about the llvm-commits mailing list