mirror of
https://github.com/transmission/transmission
synced 2024-12-25 01:03:01 +00:00
explicitly include unistd.h for ssize_t
This commit is contained in:
parent
f9aea628aa
commit
186681065d
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#define TR_DAEMON_IPC_H
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <unistd.h> /* for ssize_t */
|
||||
|
||||
/* yay for typedefs, we can't forward declare benc_val_t or tr_info
|
||||
like with structs */
|
||||
|
|
Loading…
Reference in a new issue