From: Simon Josefsson Date: Mon, 10 Oct 2011 09:24:07 +0000 (+0200) Subject: Include stdint.h to get uint8_t. X-Git-Tag: gnutls_3_0_4~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=023a291dc96906c6d5184de97e02459d497a19ca;p=thirdparty%2Fgnutls.git Include stdint.h to get uint8_t. --- diff --git a/src/cli.c b/src/cli.c index ae665c256b..12fa326b97 100644 --- a/src/cli.c +++ b/src/cli.c @@ -29,6 +29,7 @@ #include #include #include +#include #include #include