diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-10-10 11:24:07 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-10-10 11:24:07 +0200 |
commit | 023a291dc96906c6d5184de97e02459d497a19ca (patch) | |
tree | 78152fd6ff78c990a18279b53d86f7f822e450a9 /src | |
parent | 9c1051fbebe06c5bee3eed1f3120957035bc1473 (diff) | |
download | gnutls-023a291dc96906c6d5184de97e02459d497a19ca.tar.gz |
Include stdint.h to get uint8_t.
Diffstat (limited to 'src')
-rw-r--r-- | src/cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |