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

index 37702c51a179f59293ef56fc49636751fcc3ecaa..d93a789a1ca1234102302cc73246e82da3c43ba7 100644 (file)
@@ -29,7 +29,6 @@ RCSID("$Id$")
 #include <freeradius-devel/util/syserror.h>
 #include <freeradius-devel/util/table.h>
 
-#include <talloc.h>
 #include <pthread.h>
 
 static fr_table_num_sorted_t const cap_set_table[] = {
index 87bd76842f30b8bfa6f73ee24a8487386c2d8e55..42c1bf15ca654e3f1cf0840d48d02b995f13b43c 100644 (file)
@@ -32,6 +32,7 @@ extern "C" {
 #ifdef HAVE_CAPABILITY_H
 #  include <sys/capability.h>
 #  include <stdbool.h>
+#  include <talloc.h>
 
 bool   fr_cap_is_enabled(cap_value_t cap, cap_flag_t set);