explicitly include unistd.h for ssize_t

This commit is contained in:
Charles Kerr 2008-01-01 17:01:18 +00:00
parent f9aea628aa
commit 186681065d
1 changed files with 1 additions and 0 deletions

View File

@ -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 */