[Goodies-commits] r4959 - in xfce4-screenshooter-plugin/trunk: . src
Jerome Guelfucci
jeromeg at xfce.org
Tue Jun 17 21:54:52 CEST 2008
Author: jeromeg
Date: 2008-06-17 19:54:52 +0000 (Tue, 17 Jun 2008)
New Revision: 4959
Modified:
xfce4-screenshooter-plugin/trunk/ChangeLog
xfce4-screenshooter-plugin/trunk/src/screenshooter-utils.h
Log:
Fix build with gcc-4.3 (thanks to Lionel Le Folgoc)
Modified: xfce4-screenshooter-plugin/trunk/ChangeLog
===================================================================
--- xfce4-screenshooter-plugin/trunk/ChangeLog 2008-06-17 15:11:44 UTC (rev 4958)
+++ xfce4-screenshooter-plugin/trunk/ChangeLog 2008-06-17 19:54:52 UTC (rev 4959)
@@ -1,3 +1,8 @@
+2008-06-17 21:50 jeromeg
+
+ * src/screenshooter-utils.h: add unistd.h include to fix build
+ with gcc-4.3 (thanks to Lionel Le Folgoc).
+
2008-06-17 12:37 jeromeg
* NEWS: update for new release.
Modified: xfce4-screenshooter-plugin/trunk/src/screenshooter-utils.h
===================================================================
--- xfce4-screenshooter-plugin/trunk/src/screenshooter-utils.h 2008-06-17 15:11:44 UTC (rev 4958)
+++ xfce4-screenshooter-plugin/trunk/src/screenshooter-utils.h 2008-06-17 19:54:52 UTC (rev 4959)
@@ -34,6 +34,7 @@
#include <fcntl.h>
#include <X11/Xatom.h>
+#include <unistd.h>
GdkPixbuf *take_screenshot (gint fullscreen, gint delay);
gchar *generate_filename_for_uri(char *uri);
More information about the Goodies-commits
mailing list