We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99d116d commit dde9728Copy full SHA for dde9728
1 file changed
include/crm/cluster/compat.h
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright 2004-2024 the Pacemaker project contributors
+ * Copyright 2004-2026 the Pacemaker project contributors
3
*
4
* The version control history for this file may have further details.
5
@@ -10,6 +10,8 @@
10
#ifndef PCMK__CRM_CLUSTER_COMPAT__H
11
#define PCMK__CRM_CLUSTER_COMPAT__H
12
13
+#include <glib.h> // gboolean
14
+
15
#include <crm/cluster.h> // pcmk_cluster_t, enum pcmk_cluster_layer
16
17
#ifdef __cplusplus
0 commit comments