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:
parent
da95af0f48
commit
626b0f1a8f
1 changed files with 2 additions and 0 deletions
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <glib.h>
|
||||
#include <libusb.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue