explicitly include unistd.h for ssize_t
This commit is contained in:
parent
f9aea628aa
commit
186681065d
|
@ -26,6 +26,7 @@
|
||||||
#define TR_DAEMON_IPC_H
|
#define TR_DAEMON_IPC_H
|
||||||
|
|
||||||
#include <inttypes.h>
|
#include <inttypes.h>
|
||||||
|
#include <unistd.h> /* for ssize_t */
|
||||||
|
|
||||||
/* yay for typedefs, we can't forward declare benc_val_t or tr_info
|
/* yay for typedefs, we can't forward declare benc_val_t or tr_info
|
||||||
like with structs */
|
like with structs */
|
||||||
|
|
Loading…
Reference in New Issue