1
0
mirror of https://github.com/libssh2/libssh2.git synced 2025-08-07 08:02:56 +03:00

added uint8_t typedef for NetWare CLIB platform.

This commit is contained in:
Guenter Knauf
2010-06-01 19:08:19 +02:00
parent 0b593c8a9d
commit aad74b7fa6

View File

@@ -69,6 +69,7 @@ extern "C" {
#if (defined(NETWARE) && !defined(__NOVELL_LIBC__))
# include <sys/bsdskt.h>
typedef unsigned char uint8_t;
typedef unsigned int uint32_t;
#endif