diff --git a/src/include/xlat.h b/src/include/xlat.h index c562f9945645..8b8f13f895ce 100644 --- a/src/include/xlat.h +++ b/src/include/xlat.h @@ -31,6 +31,8 @@ RCSIDH(xlat_h, "$Id$") extern "C" { #endif +#include + typedef struct xlat_exp xlat_exp_t; typedef size_t (*RADIUS_ESCAPE_STRING)(REQUEST *, char *out, size_t outlen, char const *in, void *arg);