summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorlistout <[email protected]>2023-05-05 11:07:20 +0530
committerLuke from DC <[email protected]>2023-05-07 06:48:33 +0000
commitfc56df38106f664def119611d302d20d0ea65e67 (patch)
treebb8d93022a073dc37106481dc5074dda3f88fe79 /configure.ac
parent6148063f860bf23d970199fd74a9efdf547be834 (diff)
downloadmate-sensors-applet-fc56df38106f664def119611d302d20d0ea65e67.tar.bz2
mate-sensors-applet-fc56df38106f664def119611d302d20d0ea65e67.tar.xz
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 <local.h> and #include <stdio.h> Signed-off-by: listout <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e9cfd33..bd17105 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,6 @@ AC_SUBST(LIBS)
AC_CHECK_HEADERS(
stdlib.h \
string.h \
- stdio.h \
sys/types.h \
sys/socket.h \
netinet/in.h \