Author: cem Date: Sun Jan 8 08:36:37 2017 New Revision: 311671 URL: https://svnweb.freebsd.org/changeset/base/311671
Log: libprocstat: Include cd9660 headers in the same order as the kernel Fix userspace build after r311665. Modified: head/lib/libprocstat/cd9660.c Modified: head/lib/libprocstat/cd9660.c ============================================================================== --- head/lib/libprocstat/cd9660.c Sun Jan 8 07:25:22 2017 (r311670) +++ head/lib/libprocstat/cd9660.c Sun Jan 8 08:36:37 2017 (r311671) @@ -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> _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"