mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
15 lines
301 B
Plaintext
15 lines
301 B
Plaintext
|
--- dynarray.c.orig Sat Jan 18 13:22:27 1997
|
||
|
+++ dynarray.c Sat Jan 8 01:11:56 2000
|
||
|
@@ -17,7 +17,11 @@
|
||
|
*
|
||
|
***********************************************************************/
|
||
|
|
||
|
+#ifndef __STDC__
|
||
|
#include <malloc.h>
|
||
|
+#else
|
||
|
+#include <stdlib.h>
|
||
|
+#endif
|
||
|
#include "dynarray.h"
|
||
|
|
||
|
#define NULL 0
|