Need plain <fcntl.h> for open and its flags, not necessarily sys/fcntl.h

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@810223 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Adriaan de Groot 2008-05-20 09:20:19 +00:00
parent 388d0f353d
commit 3fe0895f62

View File

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