mirror of
https://github.com/verilator/verilator.git
synced 2025-01-06 06:37:45 +00:00
Fix compile warning, msg1613.
This commit is contained in:
parent
fb4d462325
commit
643572595e
@ -178,6 +178,7 @@ typedef signed __int32 ssize_t; ///< signed size_t; returned fro
|
||||
#else // Linux or compliant Unix flavors, -m64
|
||||
|
||||
# include <stdint.h> // Linux and most flavors
|
||||
# include <unistd.h> // Linux ssize_t
|
||||
# include <inttypes.h> // Solaris
|
||||
typedef uint8_t vluint8_t; ///< 32-bit unsigned type
|
||||
typedef uint16_t vluint16_t; ///< 32-bit unsigned type
|
||||
|
Loading…
Reference in New Issue
Block a user