gnome-screensaver r1462 - in trunk: . src



Author: wbolster
Date: Thu Jul  3 13:17:17 2008
New Revision: 1462
URL: http://svn.gnome.org/viewvc/gnome-screensaver?rev=1462&view=rev

Log:
2008-07-03  Wouter Bolsterlee  <wbolster svn gnome org>

	* src/copy-theme-dialog.c:
	Include <sys/stat.h> to fix the build.



Modified:
   trunk/ChangeLog
   trunk/src/copy-theme-dialog.c

Modified: trunk/src/copy-theme-dialog.c
==============================================================================
--- trunk/src/copy-theme-dialog.c	(original)
+++ trunk/src/copy-theme-dialog.c	Thu Jul  3 13:17:17 2008
@@ -21,12 +21,14 @@
 # include "config.h"
 #endif
 
+#include <sys/stat.h>
+#include <limits.h>
+#include <string.h>
+
 #include <glib.h>
 #include <glib/gi18n.h>
 #include <gtk/gtk.h>
 #include <gio/gio.h>
-#include <limits.h>
-#include <string.h>
 
 #include "copy-theme-dialog.h"
 



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