mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
3fdb55203a
Noticed by: pav (long long ago) and Ricardo <ragomes@sc.usp.br>
13 lines
287 B
C
13 lines
287 B
C
--- SRC/sp_coletree.c.orig Fri Sep 26 08:22:05 2003
|
|
+++ SRC/sp_coletree.c Thu Apr 1 20:29:10 2004
|
|
@@ -2,6 +2,9 @@
|
|
/* Elimination tree computation and layout routines */
|
|
|
|
#include <stdio.h>
|
|
+#ifndef __STDC__
|
|
+#include <malloc.h>
|
|
+#endif
|
|
#include <stdlib.h>
|
|
#include "dsp_defs.h"
|
|
|