Changeset 107252 in vbox
- Timestamp:
- Dec 6, 2024 11:58:26 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/solaris/SUPDrv-solaris.c
r107250 r107252 41 41 #define LOG_GROUP LOG_GROUP_SUP_DRV 42 42 #ifdef VBOX_WITH_PARFAIT 43 # include <iprt/ stdint.h> /* HACK ALERT! Contains workaround for int_fast16_t & uint_fast16_t clash. */43 # include <iprt/types.h> /* HACK ALERT! Contains workaround for int_fast16_t & uint_fast16_t clash. */ 44 44 #endif 45 45 #include <sys/types.h>
Note:
See TracChangeset
for help on using the changeset viewer.