freebsd-ports/www/chromium/files/patch-base__process__process_metrics.h
Rene Ladan 2cc0ed2a3d Update to 29.0.1547.57
Use devel/ninja instead of gmake as a build tool.

Submitted by:	George Liaskos
Security:	http://vuxml.org/freebsd/ae651a4b-0a42-11e3-ba52-00262d5ed8ee.html
2013-08-23 23:10:05 +00:00

16 lines
396 B
C

--- base/process/process_metrics.h.orig 2013-08-16 22:01:16.000000000 +0300
+++ base/process/process_metrics.h 2013-08-16 22:04:12.000000000 +0300
@@ -15,6 +15,13 @@
#include "base/process.h"
#include "base/time.h"
+#if defined(OS_BSD)
+#include <kvm.h>
+#include <sys/param.h>
+#include <sys/sysctl.h>
+#include <sys/user.h>
+#endif
+
#if defined(OS_MACOSX)
#include <mach/mach.h>
#endif