From: Arran Cudbard-Bell Date: Wed, 1 Dec 2021 14:52:13 +0000 (-0600) Subject: Fix headers in xlat.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=496d3f53eac1f2874a4994744e6fe6e680bf4fdd;p=thirdparty%2Ffreeradius-server.git Fix headers in xlat.h --- diff --git a/src/lib/unlang/xlat.h b/src/lib/unlang/xlat.h index a0d18452604..46cfe663500 100644 --- a/src/lib/unlang/xlat.h +++ b/src/lib/unlang/xlat.h @@ -54,10 +54,13 @@ typedef struct xlat_exp xlat_exp_t; #include #include -#include +#include #include -#include #include +#include +#include + +#include /** Instance data for an xlat expansion node *