Skip to content

Commit

Permalink
xlat.h needs conffile.h for xlat_register_redundant
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Jan 18, 2015
1 parent 852a58a commit 7c36958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/include/xlat.h
Expand Up @@ -31,6 +31,8 @@ RCSIDH(xlat_h, "$Id$")
extern "C" {
#endif

#include <freeradius-devel/conffile.h>

typedef struct xlat_exp xlat_exp_t;

typedef size_t (*RADIUS_ESCAPE_STRING)(REQUEST *, char *out, size_t outlen, char const *in, void *arg);
Expand Down

0 comments on commit 7c36958

Please sign in to comment.