iio.c: Use sys/ioctl.h instead of stropts.h
Closes #377 Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
#include "dirent.h"
|
#include "dirent.h"
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <poll.h>
|
#include <poll.h>
|
||||||
#include <stropts.h>
|
#include <sys/ioctl.h>
|
||||||
|
|
||||||
#define MAX_SIZE 128
|
#define MAX_SIZE 128
|
||||||
#define IIO_DEVICE "iio:device"
|
#define IIO_DEVICE "iio:device"
|
||||||
|
|||||||
Reference in New Issue
Block a user