sr: Add missing #include, fixes warning.
This commit is contained in:
parent
57ab7d9f92
commit
e0c25ac99c
|
@ -24,6 +24,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
#include "sigrok.h"
|
#include "sigrok.h"
|
||||||
|
#include "sigrok-internal.h"
|
||||||
|
|
||||||
#define CHUNKSIZE (512 * 1024)
|
#define CHUNKSIZE (512 * 1024)
|
||||||
#define DEFAULT_NUM_PROBES 8
|
#define DEFAULT_NUM_PROBES 8
|
||||||
|
|
Loading…
Reference in New Issue