]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
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 9da877c39329fbe8bbbbc75f6123f0c5c0b01a05..f00523110f38db4b0f9e76359f6a2ed8472d6066 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 7ce0064fe76dc44be14ccae95dca0dabf3643f73..d4e37386ded963716d63b691fee3bdc3206ee62f 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 b93e1ad7c5180a3a7d1409da5fd056996950230a..f91c155573fa0eb3552ad3c7b1bcd7674aed1083 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"