aboutsummaryrefslogtreecommitdiffstats
path: root/community/tint2/musl-fixes.patch
blob: 6d1aeee7b4d4f7a628ab6a028964cc857b64a64b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- src/util/common.c.orig	2016-01-29 08:21:02.000701749 +0100
+++ src/util/common.c	2016-01-29 08:21:49.545577920 +0100
@@ -38,9 +38,12 @@
 #include <sys/time.h>
 #include <sys/resource.h>
 #include <errno.h>
-#include <sys/sysctl.h>
 #include <dirent.h>
 
+#if !defined(__linux__) || defined(__linux__) && defined(__GLIBC__)
+#include <sys/sysctl.h>
+#endif
+
 #ifdef HAVE_RSVG
 #include <librsvg/rsvg.h>
 #endif