From f9d593d771a171cfef46a435fa21b95e6b3f3180 Mon Sep 17 00:00:00 2001 From: Conrad Meyer Date: Sun, 8 Jan 2017 08:36:37 +0000 Subject: [PATCH] libprocstat: Include cd9660 headers in the same order as the kernel Fix userspace build after r311665. --- lib/libprocstat/cd9660.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libprocstat/cd9660.c b/lib/libprocstat/cd9660.c index ab95e2a04c33..cc3c363f7bed 100644 --- a/lib/libprocstat/cd9660.c +++ b/lib/libprocstat/cd9660.c @@ -53,10 +53,10 @@ __FBSDID("$FreeBSD$"); #include -#include #define _KERNEL #include #undef _KERNEL +#include #include #include