freebsd-ports/net/quagga/files/patch-memory.c
Sam Lawrance c34e741cef Update to 0.99.4.
PR:		ports/97122
Submitted by:	Boris Kovalenko <boris@tagnet.ru> (maintainer)
2006-05-29 20:28:35 +00:00

11 lines
217 B
C

--- lib/memory.c.orig Thu Mar 30 19:47:38 2006
+++ lib/memory.c Thu May 11 10:18:36 2006
@@ -21,7 +21,7 @@
*/
#include <zebra.h>
-#include <malloc.h>
+#include <stdlib.h>
#include "log.h"
#include "memory.h"