summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLandry Breuil <landry@openbsd.org>2015-11-14 09:28:13 +0100
committerLandry Breuil <landry@openbsd.org>2015-11-14 09:28:13 +0100
commitf5aeeb00cafe133dcebe52f8e5a16c720b5048bc (patch)
treedcc9bc62a38b1d4c31d1fef64f0f29fe076e6d06
parenta25cb79dc4f1ccf0a64bfd4de7d2c3be6b5809b3 (diff)
downloadpsutil-f5aeeb00cafe133dcebe52f8e5a16c720b5048bc.tar.gz
include _psutil_common.h for NoSuchProcess and AccessDenied prototypes
-rw-r--r--psutil/arch/bsd/openbsd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/psutil/arch/bsd/openbsd.c b/psutil/arch/bsd/openbsd.c
index 89b12b94..7a442660 100644
--- a/psutil/arch/bsd/openbsd.c
+++ b/psutil/arch/bsd/openbsd.c
@@ -35,6 +35,7 @@
#include "openbsd.h"
+#include "../../_psutil_common.h"
#define PSUTIL_KPT2DOUBLE(t) (t ## _sec + t ## _usec / 1000000.0)
#define PSUTIL_TV2DOUBLE(t) ((t).tv_sec + (t).tv_usec / 1000000.0)