gthumb r2352 - in trunk: . src



Author: mjc
Date: Mon Jul 21 12:15:35 2008
New Revision: 2352
URL: http://svn.gnome.org/viewvc/gthumb?rev=2352&view=rev

Log:
2008-07-21  Michael J. Chudobiak  <mjc svn gnome org>

        * NEWS:
        * src/dlg-photo-importer.c:
        Added an #include needed for libgphoto2 2.4.2.
        Patch by Marcus Meissner <meissner suse de>. Bug #543584.



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/src/dlg-photo-importer.c

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Mon Jul 21 12:15:35 2008
@@ -69,6 +69,7 @@
 	* Fixed bug #477285 - Hitting enter in Open Location Dialog while 
 	  text entry is focused does nothing
 	* Fixed bug #512374 - array accessed past end.
+	* Fixed bug #543584 - fix build with libgphoto2 2.4.2
 
 version 2.10.8
 --------------

Modified: trunk/src/dlg-photo-importer.c
==============================================================================
--- trunk/src/dlg-photo-importer.c	(original)
+++ trunk/src/dlg-photo-importer.c	Mon Jul 21 12:15:35 2008
@@ -25,6 +25,7 @@
 
 #ifdef HAVE_LIBGPHOTO
 
+#include <unistd.h>
 #include <string.h>
 #include <strings.h>
 #include <time.h>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]