Fix OSX build with gcc 4.7

This commit is contained in:
Jason Ferrara 2012-05-09 17:23:48 +00:00
parent a43218cb06
commit a21fe32630

View File

@ -22,6 +22,7 @@
#include "mtpFilesystemErrors.h"
#include <sys/stat.h>
#include <iostream>
#include <unistd.h>
MtpLocalFileCopy::MtpLocalFileCopy(MtpDevice& device, uint32_t id) :
m_device(device), m_remoteId(id), m_needWriteBack(false)