mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2026-04-27 07:11:24 +00:00
lib: Add missing includes
Headers for size_t and ssize_t, as used in the header itself.
This commit is contained in:
@@ -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__))
|
||||
|
||||
Reference in New Issue
Block a user