From fc56df38106f664def119611d302d20d0ea65e67 Mon Sep 17 00:00:00 2001 From: listout Date: Fri, 5 May 2023 11:07:20 +0530 Subject: unconditionally include stdio.h and locale.h On musl mate-sensor-applet fails to build with error message saying "LC_NUMERIC undeclared". As suggested in issue mate-desktop#123, removing the include guards around #include and #include Signed-off-by: listout --- plugins/pmu-sys/pmu-sys-plugin.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'plugins/pmu-sys/pmu-sys-plugin.c') diff --git a/plugins/pmu-sys/pmu-sys-plugin.c b/plugins/pmu-sys/pmu-sys-plugin.c index 46f8f2b..6b50742 100644 --- a/plugins/pmu-sys/pmu-sys-plugin.c +++ b/plugins/pmu-sys/pmu-sys-plugin.c @@ -21,10 +21,7 @@ #include "config.h" #endif /* HAVE_CONFIG_H */ -#ifdef HAVE_STDIO_H #include -#endif /* HAVE_STDIO_H */ - #include #include #include "pmu-sys-plugin.h" -- cgit v1.2.1