mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
15 lines
251 B
C
15 lines
251 B
C
|
|
$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"
|