1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=311671

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>