lib: Add missing includes
Headers for size_t and ssize_t, as used in the header itself.
This commit is contained in:
parent
5b9f81fb46
commit
a59a5caaf3
1 changed files with 2 additions and 0 deletions
|
@ -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__))
|
||||
|
|
Loading…
Reference in a new issue