mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
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:
parent
3fe0895f62
commit
55c788b608
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user