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

Maximiliano Curia maxy at moszumanska.debian.org
Thu Jul 13 17:36:31 UTC 2017


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

The following commit has been merged in the master branch:
commit f78081fb210a498944850c1b406dbfc6c4e0ec42
Author: Andreas Huggel <ahuggel at gmx.net>
Date:   Fri Jul 9 04:01:52 2004 +0000

    Added include timegm.h
---
 src/actions.cpp | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/src/actions.cpp b/src/actions.cpp
index 5ef0aff..f23afa1 100644
--- a/src/actions.cpp
+++ b/src/actions.cpp
@@ -20,13 +20,13 @@
  */
 /*
   File:      actions.cpp
-  Version:   $Name:  $ $Revision: 1.29 $
+  Version:   $Name:  $ $Revision: 1.30 $
   Author(s): Andreas Huggel (ahu) <ahuggel at gmx.net>
   History:   08-Dec-03, ahu: created
  */
 // *****************************************************************************
 #include "rcsid.hpp"
-EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.29 $ $RCSfile: actions.cpp,v $")
+EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.30 $ $RCSfile: actions.cpp,v $")
 
 // *****************************************************************************
 // included header files
@@ -38,6 +38,9 @@ EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.29 $ $RCSfile: actions.cpp,v $")
 #include "types.hpp"
 #include "exif.hpp"
 #include "canonmn.hpp"
+#ifndef HAVE_TIMEGM
+# include "timegm.h"
+#endif
 
 // + standard includes
 #include <string>
@@ -52,7 +55,7 @@ EXIV2_RCSID("@(#) $Name:  $ $Revision: 1.29 $ $RCSfile: actions.cpp,v $")
 #include <sys/types.h>                  // for stat()
 #include <sys/stat.h>                   // for stat()
 #if defined HAVE_UNISTD_H && !defined _MSC_VER
-#include <unistd.h>                     // for stat()
+# include <unistd.h>                    // for stat()
 #endif
 
 // *****************************************************************************

-- 
exiv2 packaging



More information about the pkg-kde-commits mailing list