1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/mail/xbuffy/files/patch-libdyn__dyn_realloc.c
Dmitry Marakasov 9518b1777b - Support staging
- Use meaningful patch names
- Convert USE_GMAKE to USES
2014-05-10 00:26:07 +00:00

12 lines
288 B
C

diff -ur ../../xbuffy-3.3.bl.3/libdyn/dyn_realloc.c ./libdyn/dyn_realloc.c
--- ../../xbuffy-3.3.bl.3/libdyn/dyn_realloc.c Fri Feb 20 17:54:14 1998
+++ ./libdyn/dyn_realloc.c Tue May 8 13:13:44 2001
@@ -11,6 +11,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include "dynP.h"