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:
Bastien Nocera 2018-07-17 16:02:26 +02:00
parent da95af0f48
commit 626b0f1a8f

View file

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