sr: Add missing #include, fixes warning.

This commit is contained in:
Uwe Hermann 2012-02-13 19:49:09 +01:00
parent 57ab7d9f92
commit e0c25ac99c
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <unistd.h>
#include <sys/time.h>
#include "sigrok.h"
#include "sigrok-internal.h"
#define CHUNKSIZE (512 * 1024)
#define DEFAULT_NUM_PROBES 8