diff options
author | fluffy <fluffy@FreeBSD.org> | 2009-11-08 23:30:35 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2009-11-08 23:30:35 +0800 |
commit | 657c4c68dcf7e36473a9bb3535d18c521a527184 (patch) | |
tree | 8ff1a84898551f8df0afc1099ea20118dbc61a78 /graphics | |
parent | 4c25d96751b5df64a0a5eb65138b1d5fd876da1e (diff) | |
download | freebsd-ports-gnome-657c4c68dcf7e36473a9bb3535d18c521a527184.tar.gz freebsd-ports-gnome-657c4c68dcf7e36473a9bb3535d18c521a527184.tar.zst freebsd-ports-gnome-657c4c68dcf7e36473a9bb3535d18c521a527184.zip |
- Add missed #include <unistd.h>
This fix build on modern systems
Reported by: tindy/qt4.6
Approved by: maintainer (implicit)
Approved by: tabthorpe (co-mentor)
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/digikam-kde4/files/patch-libs__database__databasewatch.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/digikam-kde4/files/patch-libs__database__databasewatch.cpp b/graphics/digikam-kde4/files/patch-libs__database__databasewatch.cpp new file mode 100644 index 000000000000..6b5d26c798d8 --- /dev/null +++ b/graphics/digikam-kde4/files/patch-libs__database__databasewatch.cpp @@ -0,0 +1,10 @@ +--- 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) |