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
This commit is contained in:
Adriaan de Groot 2008-05-20 09:29:09 +00:00
parent 3fe0895f62
commit 55c788b608

View File

@ -1,7 +1,8 @@
#include <string>
#include <stdio.h>
#include <sys/fcntl.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/fcntl.h>
using namespace std;