]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
ctdb-common: Fix includes to make file standalone
authorMartin Schwenke <mschwenke@ddn.com>
Wed, 25 Jun 2025 10:44:52 +0000 (20:44 +1000)
committerMartin Schwenke <martins@samba.org>
Tue, 22 Jul 2025 23:02:34 +0000 (23:02 +0000)
Avoid lots of red underlines in my editor.

Signed-off-by: Martin Schwenke <mschwenke@ddn.com>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
ctdb/common/tunable.h

index 89f99f1644f9da9ab6ce92424211a2d2fa8ff8d8..b7cd62c4ba50abd8f1f89f1684c9837242524afb 100644 (file)
 #ifndef __CTDB_TUNABLE_H__
 #define __CTDB_TUNABLE_H__
 
+#include <stdbool.h>
+#include <stdint.h>
+
+#include <talloc.h>
+
+#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);