DragonflyBSD doesn't need/have libprocstat.h

This commit is contained in:
Kurt Hindenburg
2017-06-25 12:23:23 -04:00
parent 5b5e464932
commit 8e2a1e5a08

View File

@@ -62,7 +62,9 @@
# include <libutil.h>
# include <sys/param.h>
# include <sys/queue.h>
# include <libprocstat.h>
#if !defined(HAVE_OS_DRAGONFLYBSD)
#include <libprocstat.h>
#endif
# endif
#endif