libprocstat: Include cd9660 headers in the same order as the kernel

Fix userspace build after r311665.
This commit is contained in:
Conrad Meyer 2017-01-08 08:36:37 +00:00
parent bb577bb699
commit f9d593d771

View File

@ -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>