]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Need atexit in sbuff code
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 6 Jun 2022 00:24:03 +0000 (20:24 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 6 Jun 2022 00:24:03 +0000 (20:24 -0400)
src/lib/util/sbuff.h

index 7fa3d91fad7e9130f638c790eb8d95113635ca9d..b9259b503a70deb114895abad364522598c9af8e 100644 (file)
@@ -38,6 +38,7 @@ extern "C" {
 #include <string.h>
 #include <sys/types.h>
 
+#include <freeradius-devel/util/atexit.h>
 #include <freeradius-devel/util/strerror.h>
 #include <freeradius-devel/util/table.h>
 #include <freeradius-devel/util/talloc.h>