Changeset 56354 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Jun 11, 2015 9:09:37 AM (10 years ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
r56322 r56354 27 27 28 28 #ifndef VBOX_GUESTR3XF86MOD 29 # include < string.h>29 # include <iprt/string.h> 30 30 #endif 31 31 -
trunk/src/VBox/Additions/linux/drm/vbox_drv.h
r52864 r56354 49 49 #define __VBOX_DRV_H__ 50 50 51 #include "the-linux-kernel.h" 52 51 53 #include <VBox/VBoxVideoGuest.h> 52 54 53 55 #include <iprt/log.h> 54 55 #include "the-linux-kernel.h"56 56 57 57 #include <drm/drmP.h>
Note:
See TracChangeset
for help on using the changeset viewer.