Changeset 53652 in vbox for trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_parser.h
- Timestamp:
- Jan 2, 2015 12:19:17 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/dt_parser.h
r53634 r53652 27 27 #define _DT_PARSER_H 28 28 29 #ifndef VBOX 29 30 #pragma ident "%Z%%M% %I% %E% SMI" 30 31 … … 35 36 #include <stdarg.h> 36 37 #include <stdio.h> 38 #else /* VBOX */ 39 # include <sys/dtrace.h> 40 # include <stdio.h> 41 #endif /* VBOX */ 37 42 38 43 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.