lib:util: Include talloc_keep_secret.h in samba_util.h
authorAndreas Schneider <asn@samba.org>
Tue, 19 Mar 2019 11:31:42 +0000 (12:31 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Wed, 3 Apr 2019 07:50:03 +0000 (07:50 +0000)
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlet <abartlet@samba.org>
Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed Apr  3 07:50:03 UTC 2019 on sn-devel-144

lib/util/samba_util.h

index 20adae39bcffa6a24fad56e15610f7c277a1e3db..0722426216e358efee14dcb91ea7d536f985167f 100644 (file)
@@ -48,6 +48,7 @@ extern const char *panic_action;
 #include "lib/util/data_blob.h"
 #include "lib/util/byteorder.h"
 #include "lib/util/talloc_stack.h"
+#include "lib/util/talloc_keep_secret.h"
 
 #ifndef ABS
 #define ABS(a) ((a)>0?(a):(-(a)))