]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Include cf_parse.h in client.c
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 13 Jun 2017 20:56:08 +0000 (16:56 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Tue, 13 Jun 2017 20:56:08 +0000 (16:56 -0400)
src/main/client.c

index 9ba4e1c64a22c3e8319e1e46e6f4d88c8c0f2632..36c9d3895ba8f6919ea401450f7d33d7d5428d43 100644 (file)
@@ -27,6 +27,7 @@
 RCSID("$Id$")
 
 #include <freeradius-devel/radiusd.h>
+#include <freeradius-devel/cf_parse.h>
 #include <freeradius-devel/rad_assert.h>
 
 #include <sys/stat.h>