- Timestamp:
- Oct 6, 2016 2:02:52 PM (8 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/linux/drm/files_vboxvideo_drv
r64151 r64164 26 26 ${PATH_ROOT}/include/iprt/cdefs.h=>include/iprt/cdefs.h \ 27 27 ${PATH_ROOT}/include/iprt/err.h=>include/iprt/err.h \ 28 ${PATH_ROOT}/include/iprt/heap.h=>include/iprt/heap.h \29 28 ${PATH_ROOT}/include/iprt/latin1.h=>include/iprt/latin1.h \ 30 29 ${PATH_ROOT}/include/iprt/list.h=>include/iprt/list.h \ … … 69 68 ${PATH_ROOT}/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp=>HGSMICommon.c \ 70 69 ${PATH_ROOT}/src/VBox/GuestHost/HGSMI/HGSMIMemAlloc.cpp=>HGSMIMemAlloc.c \ 71 ${PATH_ROOT}/src/VBox/Runtime/include/internal/iprt.h=>include/internal/iprt.h \72 ${PATH_ROOT}/src/VBox/Runtime/include/internal/magics.h=>include/internal/magics.h \73 70 ${PATH_ROOT}/src/VBox/Runtime/r0drv/linux/the-linux-kernel.h=>include/the-linux-kernel.h \ 74 71 ${PATH_ROOT}/src/VBox/Installer/linux/Makefile.include.header=>Makefile.include.header \ -
trunk/src/VBox/GuestHost/HGSMI/HGSMICommon.cpp
r64156 r64164 22 22 * is needed. */ 23 23 #define LOG_GROUP LOG_GROUP_HGSMI 24 #include <iprt/heap.h> 24 25 25 #include <iprt/string.h> 26 26
Note:
See TracChangeset
for help on using the changeset viewer.