gnome-screensaver r1462 - in trunk: . src
- From: wbolster svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-screensaver r1462 - in trunk: . src
- Date: Thu, 3 Jul 2008 13:17:18 +0000 (UTC)
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]