]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix headers in xlat.h
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 Dec 2021 14:52:13 +0000 (08:52 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 1 Dec 2021 20:07:00 +0000 (14:07 -0600)
src/lib/unlang/xlat.h

index a0d1845260414056548e3c3a58d753faef1652ac..46cfe66350062d8858b9fcbd0df77b8b2a38d941 100644 (file)
@@ -54,10 +54,13 @@ typedef struct xlat_exp xlat_exp_t;
 #include <freeradius-devel/server/signal.h>
 
 #include <freeradius-devel/util/cursor.h>
-#include <freeradius-devel/util/time.h>
+#include <freeradius-devel/util/heap.h>
 #include <freeradius-devel/util/pair.h>
-#include <freeradius-devel/util/value.h>
 #include <freeradius-devel/util/sbuff.h>
+#include <freeradius-devel/util/time.h>
+#include <freeradius-devel/util/value.h>
+
+#include <freeradius-devel/unlang/xlat_ctx.h>
 
 /** Instance data for an xlat expansion node
  *