Gianfranco, pls. refer to https://www.virtualbox.org/ticket/18869
On 17.10.19 12:51, Gianfranco Costamagna wrote:
Hello, this patch was already acked but seems to have missed the 6.0.14 release Bug-Debian: https://bugs.debian.org/934483 Last-Update: 2019-08-21 --- virtualbox-6.0.10-dfsg.orig/src/VBox/Additions/linux/drm/vbox_ttm.c +++ virtualbox-6.0.10-dfsg/src/VBox/Additions/linux/drm/vbox_ttm.c @@ -33,7 +33,7 @@ * Michael Thayer <[email protected]> */ #include "vbox_drv.h" -#include <ttm/ttm_page_alloc.h> +#include <drm/ttm/ttm_page_alloc.h> #if LINUX_VERSION_CODE < KERNEL_VERSION(3, 18, 0) && !defined(RHEL_72) #define PLACEMENT_FLAGS(placement) (placement) MIT licensed, and fixes a build failure with some new kernels, by unifying the include header in all the places thanks Gianfranco _______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
-- frankB Oracle Virtualbox Development _______________________________________________ vbox-dev mailing list [email protected] https://www.virtualbox.org/mailman/listinfo/vbox-dev
