diff options
Diffstat (limited to 'graphics/sodipodi/files/patch-src::xml::repr-io.c')
-rw-r--r-- | graphics/sodipodi/files/patch-src::xml::repr-io.c | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/graphics/sodipodi/files/patch-src::xml::repr-io.c b/graphics/sodipodi/files/patch-src::xml::repr-io.c new file mode 100644 index 000000000000..5cd02b582180 --- /dev/null +++ b/graphics/sodipodi/files/patch-src::xml::repr-io.c @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- src/xml/repr-io.c 2001/11/22 15:20:50 1.1 ++++ src/xml/repr-io.c 2001/11/22 15:21:18 +@@ -1,6 +1,8 @@ + #define SP_REPR_IO_C + ++#ifdef HAVE_MALLOC_H + #include <malloc.h> ++#endif + #include <string.h> + #include <stdio.h> + #include "repr.h" |