Changeset 107251 in vbox
- Timestamp:
- Dec 6, 2024 11:56:02 PM (6 weeks ago)
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-solaris.c
r107250 r107251 40 40 *********************************************************************************************************************************/ 41 41 #ifdef VBOX_WITH_PARFAIT 42 # include <iprt/ stdint.h> /* HACK ALERT! Contains workaround for int_fast16_t & uint_fast16_t clash. */42 # include <iprt/types.h> /* HACK ALERT! Contains workaround for int_fast16_t & uint_fast16_t clash. */ 43 43 #endif 44 44 #include <sys/conf.h> -
trunk/src/VBox/Additions/solaris/SharedFolders/vboxfs_prov.c
r107250 r107251 41 41 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.