]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Include our talloc header here
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 4 Nov 2021 19:16:02 +0000 (15:16 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 4 Nov 2021 19:16:02 +0000 (15:16 -0400)
src/lib/util/cap.c

index bd63182dee9bf5b31a0e231d3ac2926b110c2462..20c1bd0c95377b923b567e9afcfd9fd7e3f75042 100644 (file)
@@ -28,6 +28,7 @@ RCSID("$Id$")
 #include <freeradius-devel/util/strerror.h>
 #include <freeradius-devel/util/syserror.h>
 #include <freeradius-devel/util/table.h>
+#include <freeradius-devel/util/talloc.h>
 
 #include <pthread.h>