added uint8_t typedef for NetWare CLIB platform.
This commit is contained in:
parent
0b593c8a9d
commit
aad74b7fa6
@ -69,6 +69,7 @@ extern "C" {
|
|||||||
|
|
||||||
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
|
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
|
||||||
# include <sys/bsdskt.h>
|
# include <sys/bsdskt.h>
|
||||||
|
typedef unsigned char uint8_t;
|
||||||
typedef unsigned int uint32_t;
|
typedef unsigned int uint32_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user