Merge branch 'wip/hadess/more-string-h' into 'master'

lib: Include more standard headers for drivers to use

See merge request libfprint/libfprint!8
This commit is contained in:
Bastien Nocera 2018-07-18 09:08:41 +00:00
commit bc79f9504b

View file

@ -30,6 +30,8 @@
#include <stdint.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#include <glib.h>
#include <libusb.h>