sftp: Include stdint.h

Thanks to Apex Liu

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
(cherry picked from commit a30d542207)
This commit is contained in:
Andreas Schneider
2018-09-19 12:25:03 +02:00
parent 55c7b93a0a
commit 034af66338

View File

@@ -31,7 +31,7 @@
#include <ctype.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdio.h>
#include <stdint.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <limits.h>