From a59a5caaf3350ebfefb63dc515580bd5535f36ff Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Fri, 28 Sep 2018 13:43:41 +0200 Subject: [PATCH] lib: Add missing includes Headers for size_t and ssize_t, as used in the header itself. --- libfprint/fprint.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libfprint/fprint.h b/libfprint/fprint.h index 26248cc..ede569b 100644 --- a/libfprint/fprint.h +++ b/libfprint/fprint.h @@ -25,6 +25,8 @@ extern "C" { #endif #include +#include +#include #include #define LIBFPRINT_DEPRECATED __attribute__((__deprecated__))