From: Adriaan de Groot Date: Tue, 20 May 2008 09:29:09 +0000 (+0000) Subject: Previous was me being stupid and too-quick on the commit button. Need unistd as well... X-Git-Tag: v1.6rc1~72 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55c788b60817db2e6de37410660c7fa2e6067d2d;p=taglib Previous was me being stupid and too-quick on the commit button. Need unistd as well for read, write. git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@810229 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- diff --git a/tests/utils.h b/tests/utils.h index f688df1c..edcd3c3d 100644 --- a/tests/utils.h +++ b/tests/utils.h @@ -1,7 +1,8 @@ #include #include -#include +#include #include +#include using namespace std;