proto.h: Add missing unistd.h #include.
The ssize_t and size_t usage requires the unistd.h #include. Thanks to Daniel Glöckner for the bug report. This fixes bug #721.
This commit is contained in:
parent
e43887683c
commit
f014a8fd4c
|
@ -20,6 +20,8 @@
|
||||||
#ifndef LIBSIGROK_PROTO_H
|
#ifndef LIBSIGROK_PROTO_H
|
||||||
#define LIBSIGROK_PROTO_H
|
#define LIBSIGROK_PROTO_H
|
||||||
|
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file
|
* @file
|
||||||
*
|
*
|
||||||
|
|
Loading…
Reference in New Issue