blob: 1979f41bfc4adb65c9c517d9452e9204c441f7ff (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
$FreeBSD: ports/graphics/sodipodi/files/patch-src::xml::repr-io.c,v 1.1 2001/11/22 18:02:07 sobomax Exp $
--- 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"
|