[SCM] exiv2 packaging branch, master, updated. debian/0.25-3.1-3734-gdcbc29a

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:43:14 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/exiv2.git;a=commitdiff;h=a394a96

The following commit has been merged in the master branch:
commit a394a961387e757aa4b4f78933e2ecd51d88aab6
Author: vog <vog at notjusthosting.com>
Date:   Fri Aug 3 13:16:54 2012 +0000

    #835: Fix compile error under Linux
---
 src/version.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/version.cpp b/src/version.cpp
index 765fa90..04fcbd0 100644
--- a/src/version.cpp
+++ b/src/version.cpp
@@ -94,6 +94,7 @@ namespace Exiv2 {
 # include <mach-o/dyld.h>
 
 #elif defined(__linux__)
+# include <unistd.h>
 // http://syprog.blogspot.com/2011/12/listing-loaded-shared-objects-in-linux.html
 # include "link.h"
 # include <dlfcn.h>

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list