Skip to content

Commit dde9728

Browse files
committed
Low: libcrmcluster: Add missing glib.h include to compat.h
Signed-off-by: Reid Wahl <nrwahl@protonmail.com>
1 parent 99d116d commit dde9728

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

include/crm/cluster/compat.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2004-2024 the Pacemaker project contributors
2+
* Copyright 2004-2026 the Pacemaker project contributors
33
*
44
* The version control history for this file may have further details.
55
*
@@ -10,6 +10,8 @@
1010
#ifndef PCMK__CRM_CLUSTER_COMPAT__H
1111
#define PCMK__CRM_CLUSTER_COMPAT__H
1212

13+
#include <glib.h> // gboolean
14+
1315
#include <crm/cluster.h> // pcmk_cluster_t, enum pcmk_cluster_layer
1416

1517
#ifdef __cplusplus

0 commit comments

Comments
 (0)