From aad74b7fa6c9de4e7b787d95baa00aa2b3f54911 Mon Sep 17 00:00:00 2001 From: Guenter Knauf Date: Tue, 1 Jun 2010 19:08:19 +0200 Subject: [PATCH] added uint8_t typedef for NetWare CLIB platform. --- include/libssh2.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libssh2.h b/include/libssh2.h index 64400017..93574e12 100644 --- a/include/libssh2.h +++ b/include/libssh2.h @@ -69,6 +69,7 @@ extern "C" { #if (defined(NETWARE) && !defined(__NOVELL_LIBC__)) # include +typedef unsigned char uint8_t; typedef unsigned int uint32_t; #endif