Changeset 76346 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib
- Timestamp:
- Dec 22, 2018 12:51:28 AM (6 years ago)
- Location:
- trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_lex.l
r69044 r76346 53 53 # endif 54 54 # include <iprt/ctype.h> 55 # include <iprt/err.h> 55 56 # define isdigit(a_ch) RT_C_IS_DIGIT(a_ch) 56 57 #endif /* VBOX */ -
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_options.c
r69044 r76346 56 56 # include <fcntl.h> 57 57 # include <stdlib.h> 58 # include <iprt/err.h> 58 59 59 60 #endif /* VBOX */
Note:
See TracChangeset
for help on using the changeset viewer.