From b7edd1542ec3f024701fffabc52a9f9772707043 Mon Sep 17 00:00:00 2001 From: Jasper Lievisse Adriaanse Date: Mon, 8 Sep 2014 09:36:07 +0200 Subject: [PATCH] dkstat.h is going away on OpenBSD, so use sys/sched.h instead for CP_* --- sysdeps/openbsd/glibtop_machine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/openbsd/glibtop_machine.h b/sysdeps/openbsd/glibtop_machine.h index 427459f7..837634da 100644 --- a/sysdeps/openbsd/glibtop_machine.h +++ b/sysdeps/openbsd/glibtop_machine.h @@ -23,9 +23,9 @@ #define __GLIBTOP_MACHINE_H__ #include +#include #include #include -#include #include #include #include