mirror of
https://gitlab.freedesktop.org/libfprint/libfprint.git
synced 2025-11-15 07:38:12 +00:00
lib: Include more standard headers for drivers to use
Such as string.h and stdlib.h, to be able to compile on older toolchains like that of Fedora 27.
This commit is contained in:
@@ -30,6 +30,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <glib.h>
|
||||
#include <libusb.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user