From 179aeb01082df9e7c19a285ae4d703a7714f4e2f Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Wed, 29 Nov 2023 17:44:20 +0100 Subject: Add includes for config.h as per the discussion in PR #1337 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Many thanks to @Explorer09 Kang-Che Sung (宋岡哲). Also add a #error stanza to XUtils.h in case somebody forgets the beautiful mess GNU forces on us. --- MemorySwapMeter.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MemorySwapMeter.c') diff --git a/MemorySwapMeter.c b/MemorySwapMeter.c index 814841f7..0d89ced6 100644 --- a/MemorySwapMeter.c +++ b/MemorySwapMeter.c @@ -5,6 +5,8 @@ Released under the GNU GPLv2+, see the COPYING file in the source distribution for its full text. */ +#include "config.h" // IWYU pragma: keep + #include "MemorySwapMeter.h" #include -- cgit v1.2.3