Fix OSX build with gcc 4.7
This commit is contained in:
@ -22,6 +22,7 @@
|
|||||||
#include "mtpFilesystemErrors.h"
|
#include "mtpFilesystemErrors.h"
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
MtpLocalFileCopy::MtpLocalFileCopy(MtpDevice& device, uint32_t id) :
|
MtpLocalFileCopy::MtpLocalFileCopy(MtpDevice& device, uint32_t id) :
|
||||||
m_device(device), m_remoteId(id), m_needWriteBack(false)
|
m_device(device), m_remoteId(id), m_needWriteBack(false)
|
||||||
|
Reference in New Issue
Block a user