From 804d17b67ce67a1a7ea2c6ecb9353ba21e137d3c Mon Sep 17 00:00:00 2001 From: Aleix Pol Date: Thu, 16 Feb 2023 14:36:10 +0100 Subject: [PATCH] Ensure openconfig.h is only included once Addresses a warning by the compiler --- core/openconfig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/openconfig.h b/core/openconfig.h index e3370c703..c2a4cf91b 100644 --- a/core/openconfig.h +++ b/core/openconfig.h @@ -4,6 +4,8 @@ * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL */ +#pragma once + #include #include "kdeconnectcore_export.h"