]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Include map.h in LDAP library
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 3 Oct 2018 19:26:36 +0000 (02:26 +0700)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 3 Oct 2018 19:26:45 +0000 (02:26 +0700)
src/lib/ldap/base.h

index b928d57ef6d3b5c26fb7e9d08a81b12d6d42882b..3413d6d5ed5365214d72b74a8f8a87cfd4208161 100644 (file)
@@ -11,6 +11,8 @@
  */
 #include <freeradius-devel/server/base.h>
 #include <freeradius-devel/server/connection.h>
+#include <freeradius-devel/server/map.h>
+
 #include <lber.h>
 #include <ldap.h>
 #include "config.h"