summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Boshell <leonardop@gentoo.org>2003-11-13 03:43:11 +0000
committerLeonardo Boshell <leonardop@gentoo.org>2003-11-13 03:43:11 +0000
commita75884340ae6581567bda4fe411579903947c4de (patch)
treebe6199abe4ab11355b3d5881da4ba788f7744065 /gnome-base/gconf/files
parentbump for fixed stdin patch (diff)
downloadgentoo-2-a75884340ae6581567bda4fe411579903947c4de.tar.gz
gentoo-2-a75884340ae6581567bda4fe411579903947c4de.tar.bz2
gentoo-2-a75884340ae6581567bda4fe411579903947c4de.zip
Patch to fix bug #33279 - missing stdio.h
Diffstat (limited to 'gnome-base/gconf/files')
-rw-r--r--gnome-base/gconf/files/gconf-2.2.1-stdio.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/gnome-base/gconf/files/gconf-2.2.1-stdio.patch b/gnome-base/gconf/files/gconf-2.2.1-stdio.patch
new file mode 100644
index 000000000000..9e72b0b6e4ff
--- /dev/null
+++ b/gnome-base/gconf/files/gconf-2.2.1-stdio.patch
@@ -0,0 +1,11 @@
+diff -NurB GConf-2.2.1-orig/backends/markup-tree.c GConf-2.2.1/backends/markup-tree.c
+--- GConf-2.2.1-orig/backends/markup-tree.c 2003-11-12 22:13:09.000000000 -0500
++++ GConf-2.2.1/backends/markup-tree.c 2003-11-12 22:14:09.000000000 -0500
+@@ -31,6 +31,7 @@
+ #include <dirent.h>
+ #include <limits.h>
+ #include <time.h>
++#include <stdio.h>
+
+ typedef struct
+ {