1
0
Fork 0
mirror of https://github.com/linux-usb-gadgets/libusbgx.git synced 2025-07-13 14:09:43 +03:00

Fix #39 Compilation fails on gcc v8

This commit is contained in:
Federico Fuga 2019-05-23 13:40:39 +02:00 committed by Krzysztof Opasiak
parent 283879d017
commit b5ad66eb1e

View file

@ -21,6 +21,7 @@
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <unistd.h> #include <unistd.h>
#include <sys/sysmacros.h>
int usbg_read_buf_limited(const char *path, const char *name, int usbg_read_buf_limited(const char *path, const char *name,
const char *file, char *buf, int len) const char *file, char *buf, int len)