summaryrefslogtreecommitdiffstats
path: root/unsupported
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2023-12-11 10:04:39 +0100
committerBenBE <BenBE@geshi.org>2023-12-26 15:14:19 +0100
commit6490590dc8510ea1cc89cec666020c83af1046b5 (patch)
tree5acc3fe94bcf99bcda19e14b329341f8852fa6bb /unsupported
parentcf9abeb695f2fb62bb27fd36f393e3216ab1927a (diff)
Relocate include of config.h from header to source modeule
Diffstat (limited to 'unsupported')
-rw-r--r--unsupported/UnsupportedProcessTable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/unsupported/UnsupportedProcessTable.c b/unsupported/UnsupportedProcessTable.c
index e0325e4d..db43f1eb 100644
--- a/unsupported/UnsupportedProcessTable.c
+++ b/unsupported/UnsupportedProcessTable.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 "UnsupportedProcessTable.h"
#include <stdlib.h>

© 2014-2024 Faster IT GmbH | imprint | privacy policy