Changeset 69435 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv
- Timestamp:
- Oct 27, 2017 3:54:24 PM (7 years ago)
- Location:
- trunk/src/VBox/ExtPacks/VBoxDTrace/onnv
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ctf_impl.h
r53716 r69435 36 36 #include <sys/sysmacros.h> 37 37 #else /* VBOX */ 38 # include "../../../../../Runtime/include/internal/ldrELF32.h"39 # include "../../../../../Runtime/include/internal/ldrELF64.h"38 # include <iprt/formats/elf32.h> 39 # include <iprt/formats/elf64.h> 40 40 # include <errno.h> 41 41 # include "VBoxDTraceLibCWrappers.h" -
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_module.c
r63207 r69435 43 43 #include <dirent.h> 44 44 #else /* VBOX */ 45 # include "../../../../../../Runtime/include/internal/ldrELF32.h"45 # include <iprt/formats/elf32.h> 46 46 # ifdef _MSC_VER 47 47 # include <process.h>
Note:
See TracChangeset
for help on using the changeset viewer.