mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
13 lines
229 B
Plaintext
13 lines
229 B
Plaintext
|
*** libdyn/dyn_realloc.c.orig Fri Dec 10 14:56:05 1993
|
||
|
--- libdyn/dyn_realloc.c Wed Jun 21 16:46:32 1995
|
||
|
***************
|
||
|
*** 11,16 ****
|
||
|
--- 11,17 ----
|
||
|
*/
|
||
|
|
||
|
#include <stdio.h>
|
||
|
+ #include <stdlib.h>
|
||
|
|
||
|
#include "dynP.h"
|
||
|
|