mirror of
https://github.com/morgan9e/libfprint-fpc1020
synced 2026-04-14 00:14:16 +09: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