From 07926fd72ee71f2e24859539b2a0817081f8d487 Mon Sep 17 00:00:00 2001 From: djcb Date: Mon, 26 Mar 2012 21:17:38 +0300 Subject: [PATCH] * mu-store.cc: add include unistd.h; this is needed by g++ 4.7 (as noted by Tom Willemsen) --- src/mu-store.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mu-store.cc b/src/mu-store.cc index 5f7766a3..587958f4 100644 --- a/src/mu-store.cc +++ b/src/mu-store.cc @@ -26,6 +26,7 @@ #include #include #include +#include #include