Replace references to <ltdl.h> with <freeradius-devel/modpriv.h>
authorAlan T. DeKok <aland@freeradius.org>
Sat, 5 Sep 2009 16:26:08 +0000 (18:26 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Sat, 5 Sep 2009 16:26:08 +0000 (18:26 +0200)
As part of our grand plan to better the world by ridding it of libltdl.

src/modules/rlm_eap/rlm_eap.h
src/modules/rlm_sql/rlm_sql.c
src/modules/rlm_sql/rlm_sql.h

index 9da877c..f005231 100644 (file)
@@ -27,7 +27,7 @@
 #include <freeradius-devel/ident.h>
 RCSIDH(rlm_eap_h, "$Id$")
 
-#include <ltdl.h>
+#include <freeradius-devel/modpriv.h>
 #include "eap.h"
 #include "eap_types.h"
 
index 7ce0064..d4e3738 100644 (file)
@@ -29,7 +29,6 @@ RCSID("$Id$")
 #include <freeradius-devel/radiusd.h>
 #include <freeradius-devel/modules.h>
 #include <freeradius-devel/rad_assert.h>
-#include <ltdl.h>
 
 #include <sys/stat.h>
 
index b93e1ad..f91c155 100644 (file)
@@ -15,7 +15,7 @@ RCSIDH(rlm_sql_h, "$Id$")
 #include        <pthread.h>
 #endif
 
-#include       <ltdl.h>
+#include       <freeradius-devel/modpriv.h>
 
 #include "conf.h"