From 55c788b60817db2e6de37410660c7fa2e6067d2d Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Tue, 20 May 2008 09:29:09 +0000 Subject: [PATCH] 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 --- tests/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;