diff options
author | Leonardo Boshell <leonardop@gentoo.org> | 2003-11-13 03:43:11 +0000 |
---|---|---|
committer | Leonardo Boshell <leonardop@gentoo.org> | 2003-11-13 03:43:11 +0000 |
commit | a75884340ae6581567bda4fe411579903947c4de (patch) | |
tree | be6199abe4ab11355b3d5881da4ba788f7744065 /gnome-base/gconf/files | |
parent | bump for fixed stdin patch (diff) | |
download | gentoo-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.patch | 11 |
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 + { |