From: Martin Schwenke Date: Wed, 25 Jun 2025 10:44:52 +0000 (+1000) Subject: ctdb-common: Fix includes to make file standalone X-Git-Tag: tdb-1.4.14~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c6f2664b489fd2eb0ce029fb3ab86fc77ca809f0;p=thirdparty%2Fsamba.git ctdb-common: Fix includes to make file standalone Avoid lots of red underlines in my editor. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/common/tunable.h b/ctdb/common/tunable.h index 89f99f1644f..b7cd62c4ba5 100644 --- a/ctdb/common/tunable.h +++ b/ctdb/common/tunable.h @@ -20,6 +20,13 @@ #ifndef __CTDB_TUNABLE_H__ #define __CTDB_TUNABLE_H__ +#include +#include + +#include + +#include "protocol/protocol.h" + void ctdb_tunable_set_defaults(struct ctdb_tunable_list *tun_list); bool ctdb_tunable_get_value(struct ctdb_tunable_list *tun_list, const char *tunable_str, uint32_t *value);