]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Include stdint.h to get uint8_t.
authorSimon Josefsson <simon@josefsson.org>
Mon, 10 Oct 2011 09:24:07 +0000 (11:24 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 10 Oct 2011 09:24:07 +0000 (11:24 +0200)
src/cli.c

index ae665c256bd7383aafd7f9d0afa8ff6bee2e2f4b..12fa326b97bc41efac549113823aafad2c4b50b6 100644 (file)
--- 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>