aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2017-01-08 08:36:37 +0000
committerConrad Meyer <cem@FreeBSD.org>2017-01-08 08:36:37 +0000
commitf9d593d771a171cfef46a435fa21b95e6b3f3180 (patch)
tree32d5645bfd6a5f5fd67ca3567f6e91eb7e7a058b /lib
parentbb577bb6998be6b5a4853c203c8308bc9b84be60 (diff)
downloadsrc-f9d593d771a171cfef46a435fa21b95e6b3f3180.tar.gz
src-f9d593d771a171cfef46a435fa21b95e6b3f3180.zip
libprocstat: Include cd9660 headers in the same order as the kernel
Fix userspace build after r311665.
Notes
Notes: svn path=/head/; revision=311671
Diffstat (limited to 'lib')
-rw-r--r--lib/libprocstat/cd9660.c2
1 files changed, 1 insertions, 1 deletions
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 <err.h>
-#include <isofs/cd9660/cd9660_node.h>
#define _KERNEL
#include <isofs/cd9660/iso.h>
#undef _KERNEL
+#include <isofs/cd9660/cd9660_node.h>
#include <kvm.h>
#include <stdio.h>