Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 448332
Collapse All | Expand All

(-)orig/vboxpci/VBoxPciInternal.h (+3 lines)
Lines 30-35 Link Here
30
#endif
30
#endif
31
31
32
#ifdef VBOX_WITH_IOMMU
32
#ifdef VBOX_WITH_IOMMU
33
#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 6, 11)
34
#include <linux/err.h>
35
#endif
33
#include <linux/errno.h>
36
#include <linux/errno.h>
34
#include <linux/iommu.h>
37
#include <linux/iommu.h>
35
#endif
38
#endif

Return to bug 448332