freebsd-ports/sysutils/py-psutil/files/patch-psutil_psutil_bsd.c
Wen Heping b0eed78870 - Fix the build error reported by QAT@
PR:		ports/146451
Submitted by:	Ju Pengfei <jupengfei@gmail.com> (maintainer)
2010-05-10 08:10:52 +00:00

10 lines
344 B
C

--- psutil/_psutil_bsd.c.orig 2009-09-14 21:36:29.000000000 +0800
+++ psutil/_psutil_bsd.c 2010-05-10 11:10:18.000000000 +0800
@@ -12,6 +12,7 @@
#include <signal.h>
#include <sys/types.h>
#include <sys/sysctl.h>
+#include <sys/param.h>
#include <sys/user.h>
#include <sys/proc.h>
#include <sys/vmmeter.h> /* needed for vmtotal struct */