aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/0004-fix-kfreebsd-build.patch
blob: b81be100c375cad7a76c69ee139feaff842b3264 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Backport of upstream commits 47cebaf and 78b993d

Fix kfreeBSD build warnings
--- a/freebsd/FreeBSDProcessList.c
+++ b/freebsd/FreeBSDProcessList.c
@@ -5,6 +5,8 @@
 in the source distribution for its full text.
 */
 
+#include "config.h" // IWYU pragma: keep
+
 #include "FreeBSDProcessList.h"
 
 #include <assert.h>
--- a/freebsd/Platform.c
+++ b/freebsd/Platform.c
@@ -5,6 +5,8 @@
 in the source distribution for its full text.
 */
 
+#include "config.h" // IWYU pragma: keep
+
 #include "Platform.h"
 
 #include <devstat.h>

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