summaryrefslogtreecommitdiff
path: root/sysutils/conky/files/patch-src-freebsd.h
blob: 7ec921d791b32a9557274fa714edc1ecf3209601 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/freebsd.h.orig	2012-05-03 21:08:27 UTC
+++ src/freebsd.h
@@ -10,6 +10,7 @@
 #include <fcntl.h>
 #include <kvm.h>
 #include <pthread.h>
+#include <stdbool.h>
 #if (defined(i386) || defined(__i386__))
 #include <machine/apm_bios.h>
 #endif /* i386 || __i386__ */