mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
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:
parent
388d0f353d
commit
3fe0895f62
@ -1,6 +1,7 @@
|
||||
#include <string>
|
||||
#include <stdio.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user