Fix problem with malloc.h.

This commit is contained in:
Maxim Sobolev 2001-11-22 18:02:07 +00:00
parent 1bb28149b1
commit f1d30621d0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=50380

View 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"