mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 05:40:30 -04:00
This fix build on modern systems Reported by: tindy/qt4.6 Approved by: maintainer (implicit) Approved by: tabthorpe (co-mentor) Feature safe: yes
10 lines
393 B
C++
10 lines
393 B
C++
--- libs/database/databasewatch.cpp.orig 2009-03-17 01:28:48.000000000 +1000
|
|
+++ libs/database/databasewatch.cpp 2009-11-07 02:29:54.000000000 +1000
|
|
@@ -39,6 +39,7 @@
|
|
// Local includes
|
|
|
|
#include "collectionmanager.h"
|
|
+#include <unistd.h>
|
|
|
|
Digikam_DatabaseWatchAdaptor::Digikam_DatabaseWatchAdaptor(Digikam::DatabaseWatch *watch)
|
|
: QDBusAbstractAdaptor(watch)
|