lib: Add missing includes

Headers for size_t and ssize_t, as used in the header itself.
This commit is contained in:
Bastien Nocera 2018-09-28 13:43:41 +02:00
parent 5b9f81fb46
commit a59a5caaf3

View file

@ -25,6 +25,8 @@ extern "C" {
#endif
#include <stdint.h>
#include <stddef.h>
#include <unistd.h>
#include <sys/time.h>
#define LIBFPRINT_DEPRECATED __attribute__((__deprecated__))