Changeset 68300 in vbox for trunk/src/VBox/Additions/linux
- Timestamp:
- Aug 4, 2017 10:55:38 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/vbox_mode.c
r68297 r68300 43 43 #include <linux/export.h> 44 44 #include <drm/drm_crtc_helper.h> 45 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 18, 0) &&defined(RHEL_7)45 #if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 18, 0) || defined(RHEL_7) 46 46 #include <drm/drm_plane_helper.h> 47 47 #endif
Note:
See TracChangeset
for help on using the changeset viewer.