Description: Fix_XFS_isolator_build_on_Buster
 By including xfs/linux.h.
 .
 mesos (1.4.2-1) unstable; urgency=medium
 .
   * New upstream release.
   * Build with -Wno-error=parentheses and -Wno-error=class-memaccess so it
     can be built for Debian Buster with GCC 8.
Author: Adam Cecile <acecile@le-vert.net>

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: other
Bug: TODO
Forwarded: TODO
Reviewed-By: TODO
Last-Update: 2019-03-17

Index: mesos-1.9.0/src/slave/containerizer/mesos/isolators/xfs/utils.hpp
===================================================================
--- mesos-1.9.0.orig/src/slave/containerizer/mesos/isolators/xfs/utils.hpp
+++ mesos-1.9.0/src/slave/containerizer/mesos/isolators/xfs/utils.hpp
@@ -27,6 +27,7 @@
 // Fedora 30 defines prid_t via <xfs/xfs.h>, but earlier versions
 // need an explicit <xfs/xfs_types.h>.
 #include <xfs/xfs.h>
+#include <xfs/linux.h> // Contains xfs_ino_t
 
 #if HAVE_XFS_XFS_TYPES_H
 #include <xfs/xfs_types.h>
