From: Arran Cudbard-Bell Date: Thu, 16 May 2024 16:39:57 +0000 (-0600) Subject: Pull in the dictionary header in module_method.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbd3e59bdf881bd500a05b92cac153c84604422a;p=thirdparty%2Ffreeradius-server.git Pull in the dictionary header in module_method.h --- diff --git a/src/lib/server/module_method.h b/src/lib/server/module_method.h index ee2a136a79a..3d0b1c4e42a 100644 --- a/src/lib/server/module_method.h +++ b/src/lib/server/module_method.h @@ -29,6 +29,8 @@ RCSIDH(module_method_h, "$Id$") extern "C" { #endif +#include + /** Specifies a module method identifier * * These are used in module definitions and by virtual servers to find mutually