Fix problem with malloc.h.
This commit is contained in:
parent
1bb28149b1
commit
f1d30621d0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50380
14
graphics/sodipodi/files/patch-src::xml::repr-io.c
Normal file
14
graphics/sodipodi/files/patch-src::xml::repr-io.c
Normal file
@ -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"
|
Loading…
Reference in New Issue
Block a user