From 4f47bd0dd9e1fc6f6f46c2034c1dd9b02beafeb3 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sat, 29 Jan 2011 12:42:17 +0200 Subject: [PATCH] * include unistd.h, for R_OK --- toys/mug2/mug-msg-view.c | 1 + 1 file changed, 1 insertion(+) diff --git a/toys/mug2/mug-msg-view.c b/toys/mug2/mug-msg-view.c index 7cd7d6d2..c1d76c6d 100644 --- a/toys/mug2/mug-msg-view.c +++ b/toys/mug2/mug-msg-view.c @@ -20,6 +20,7 @@ #include "config.h" #endif /*HAVE_CONFIG*/ +#include #include #include "mug-msg-view.h"