ports/sysutils/conky/files/patch-src-freebsd.h
Martin Wilke 81248f69d2 - Update to 1.9.0
PR:		168161
Submitted by:	lbartoletti <coder@tuxfamily.org>
		Lars Engels <lars.engels@0x20.net>
Approved by:	maintainer
2013-02-08 07:11:05 +00:00

11 lines
317 B
C

--- src/freebsd.h.orig 2012-12-04 04:24:41.000000000 +0200
+++ src/freebsd.h 2012-12-04 04:24:52.000000000 +0200
@@ -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__ */