diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-09 12:40:13 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2008-07-09 12:40:13 +0800 |
commit | 56ecd61ed56f7c88237690c5239d1736f6026df2 (patch) | |
tree | 4ff1157d36c2dd3b5ac3865553054db855149b23 /x11/gnome-screensaver/files | |
parent | bbcafeb39c09e2581663f9f953134c093d9c94ce (diff) | |
download | marcuscom-ports-56ecd61ed56f7c88237690c5239d1736f6026df2.tar marcuscom-ports-56ecd61ed56f7c88237690c5239d1736f6026df2.tar.gz marcuscom-ports-56ecd61ed56f7c88237690c5239d1736f6026df2.tar.bz2 marcuscom-ports-56ecd61ed56f7c88237690c5239d1736f6026df2.tar.lz marcuscom-ports-56ecd61ed56f7c88237690c5239d1736f6026df2.tar.xz marcuscom-ports-56ecd61ed56f7c88237690c5239d1736f6026df2.tar.zst marcuscom-ports-56ecd61ed56f7c88237690c5239d1736f6026df2.zip |
Fix the build with the latest glib20.
Obtained from: GNOME SVN
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@11110 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-screensaver/files')
-rw-r--r-- | x11/gnome-screensaver/files/patch-src_copy-theme-dialog.c | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/x11/gnome-screensaver/files/patch-src_copy-theme-dialog.c b/x11/gnome-screensaver/files/patch-src_copy-theme-dialog.c new file mode 100644 index 000000000..4c1293f52 --- /dev/null +++ b/x11/gnome-screensaver/files/patch-src_copy-theme-dialog.c @@ -0,0 +1,19 @@ +--- src/copy-theme-dialog.c 2008/01/31 03:10:09 1357 ++++ src/copy-theme-dialog.c 2008/07/03 13:25:18 1463 +@@ -21,12 +21,14 @@ + # include "config.h" + #endif + ++#include <limits.h> ++#include <string.h> ++ + #include <glib.h> ++#include <glib/gstdio.h> + #include <glib/gi18n.h> + #include <gtk/gtk.h> + #include <gio/gio.h> +-#include <limits.h> +-#include <string.h> + + #include "copy-theme-dialog.h" + |