summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2011-10-10 11:24:07 +0200
committerSimon Josefsson <simon@josefsson.org>2011-10-10 11:24:07 +0200
commit023a291dc96906c6d5184de97e02459d497a19ca (patch)
tree78152fd6ff78c990a18279b53d86f7f822e450a9 /src
parent9c1051fbebe06c5bee3eed1f3120957035bc1473 (diff)
downloadgnutls-023a291dc96906c6d5184de97e02459d497a19ca.tar.gz
Include stdint.h to get uint8_t.
Diffstat (limited to 'src')
-rw-r--r--src/cli.c1
1 files changed, 1 insertions, 0 deletions
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 <sys/socket.h>
#include <sys/select.h>
#include <unistd.h>
+#include <stdint.h>
#include <fcntl.h>
#include <gnutls/gnutls.h>