summaryrefslogtreecommitdiff
path: root/app-laptop/mbpfan/files/mbpfan-2.3.0-clang16-build-fix.patch
blob: 169033c8be579b121264b12b752d425c48b1bf4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Bug: https://bugs.gentoo.org/894522
Upstream PR: https://github.com/linux-on-mac/mbpfan/pull/261
--- a/src/util.c
+++ b/src/util.c
@@ -1,6 +1,7 @@
 #include <stdarg.h>
 #include <stdio.h>
 #define __USE_MISC
+#define _BSD_SOURCE
 #include <syslog.h>
 
 #include "global.h"