From 8e2a1e5a082c8358165a773dfba6d64142d50a62 Mon Sep 17 00:00:00 2001 From: Kurt Hindenburg Date: Sun, 25 Jun 2017 12:23:23 -0400 Subject: [PATCH] DragonflyBSD doesn't need/have libprocstat.h --- src/ProcessInfo.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ProcessInfo.cpp b/src/ProcessInfo.cpp index 9fcb838b5..90719a898 100644 --- a/src/ProcessInfo.cpp +++ b/src/ProcessInfo.cpp @@ -62,7 +62,9 @@ # include # include # include -# include + #if !defined(HAVE_OS_DRAGONFLYBSD) + #include + #endif # endif #endif