diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-15 13:47:51 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-15 13:47:51 +0800 |
commit | d8600b1dc36e98a3f57de364f8aa7eb98bbce2f2 (patch) | |
tree | c46b74a65556f0fb3dd7a79f028fc5b6bc46eb68 /devel | |
parent | 2a812403228fe77b53de0bb3ee317b6e8bb2daf9 (diff) | |
download | marcuscom-ports-d8600b1dc36e98a3f57de364f8aa7eb98bbce2f2.tar marcuscom-ports-d8600b1dc36e98a3f57de364f8aa7eb98bbce2f2.tar.gz marcuscom-ports-d8600b1dc36e98a3f57de364f8aa7eb98bbce2f2.tar.bz2 marcuscom-ports-d8600b1dc36e98a3f57de364f8aa7eb98bbce2f2.tar.lz marcuscom-ports-d8600b1dc36e98a3f57de364f8aa7eb98bbce2f2.tar.xz marcuscom-ports-d8600b1dc36e98a3f57de364f8aa7eb98bbce2f2.tar.zst marcuscom-ports-d8600b1dc36e98a3f57de364f8aa7eb98bbce2f2.zip |
Include stdio.h to avoid a compilation problem.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@872 df743ca5-7f9a-e211-a948-0013205c9059
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> |