mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
ark: include required header in karchiveplugin source file
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
94c1f7734c
commit
a5d82bcb5c
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
#include <QFileInfo>
|
||||
#include <QSet>
|
||||
|
||||
#include <sys/stat.h>
|
||||
|
||||
KArchiveInterface::KArchiveInterface(QObject *parent, const QVariantList &args)
|
||||
: ReadWriteArchiveInterface(parent, args), m_archive(0)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue