Control: tags -a +patch

* Elimar Riesebieter <riese...@lxtec.de> [2017-11-25 09:06 +0100]:

> Control: reopen -1 =
> Control: found -1 5.2.2-dfsg-1
> 
> The modules build failed again:
> 
> /usr/src/modass/usr_src/modules/virtualbox/vboxpci/linux/VBoxPci-linux.c:44:10:
>  fatal error: VBoxPciInternal.h: file or directory not found.
>    #include "VBoxPciInternal.h"
> 
> VBoxPciInternal.h resides in 
> /usr/src/modass/usr_src/modules/virtualbox/vboxpci.

Attached patch should fix the issue but maybe addressed to upstream?

Elimar
-- 
  You cannot propel yourself forward by
  patting yourself on the back.
From dc5192d8442684b97118efe85df9f7ee8c831014 Mon Sep 17 00:00:00 2001
From: Elimar Riesebieter <riese...@lxtec.de>
Date: Sat, 25 Nov 2017 13:23:25 +0100
Subject: [PATCH] Fix modules built searching VBoxPciInternal.h.

---
 src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c b/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
index 61873f460..65105d18f 100644
--- a/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
+++ b/src/VBox/HostDrivers/VBoxPci/linux/VBoxPci-linux.c
@@ -41,7 +41,7 @@
 #include <iprt/string.h>
 #include <iprt/mem.h>
 
-#include "VBoxPciInternal.h"
+#include "../VBoxPciInternal.h"
 
 #ifdef VBOX_WITH_IOMMU
 # include <linux/dmar.h>
-- 
2.15.0

Attachment: signature.asc
Description: PGP signature

Reply via email to