diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gconf2/files/patch-backends_markup-tree.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/gconf2/files/patch-backends_markup-tree.c b/devel/gconf2/files/patch-backends_markup-tree.c new file mode 100644 index 000000000..3fdbbff39 --- /dev/null +++ b/devel/gconf2/files/patch-backends_markup-tree.c @@ -0,0 +1,10 @@ +--- backends/markup-tree.c.orig Sun Jun 15 01:47:57 2003 ++++ backends/markup-tree.c Sun Jun 15 01:48:13 2003 +@@ -23,6 +23,7 @@ + #include "markup-tree.h" + #include <sys/types.h> + #include <sys/stat.h> ++#include <stdio.h> + #include <string.h> + #include <errno.h> + #include <stdlib.h> |