Add missing #includes to avoid clang warnings.
This commit is contained in:
parent
e7bad06355
commit
cc8a7d250c
|
@ -31,6 +31,7 @@
|
||||||
|
|
||||||
#include <libusb.h>
|
#include <libusb.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <sigrok-internal.h>
|
||||||
#include "gl_usb.h"
|
#include "gl_usb.h"
|
||||||
|
|
||||||
#define CTRL_IN (LIBUSB_REQUEST_TYPE_VENDOR | LIBUSB_ENDPOINT_IN | \
|
#define CTRL_IN (LIBUSB_REQUEST_TYPE_VENDOR | LIBUSB_ENDPOINT_IN | \
|
||||||
|
|
|
@ -21,6 +21,7 @@
|
||||||
#define SIGROK_SIGROK_INTERNAL_H
|
#define SIGROK_SIGROK_INTERNAL_H
|
||||||
|
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
#include <glib.h>
|
||||||
|
|
||||||
/*--- Macros ----------------------------------------------------------------*/
|
/*--- Macros ----------------------------------------------------------------*/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue