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-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to