* mu-msg-part.h: include unistd.h, to unbreak ubuntu 10.04 compilation

This commit is contained in:
djcb 2012-06-10 12:10:28 +03:00
parent 79f76c0057
commit dea5a7892d
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#define __MU_MSG_PART_H__
#include <glib.h>
#include <unistd.h> /* for ssize_t */
G_BEGIN_DECLS