1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/devel/mpatrol/files/patch-..::..::tools::dbmalloc.c
Maxim Sobolev c41d68c460 Add mpatrol 1.4.8, a dynamic memory debugging and profiling library.
PR:		53317
Submitted by:	Patrick MARIE <mycroft@virgaria.org>
2003-07-13 18:20:36 +00:00

22 lines
420 B
C

$FreeBSD$
--- ../../tools/dbmalloc.c 2003/07/12 11:39:21 1.1
+++ ../../tools/dbmalloc.c 2003/07/12 11:39:30
@@ -27,7 +27,6 @@
#include "config.h"
-#include "dbmalloc.h"
#include <stdio.h>
#if TARGET == TARGET_WINDOWS
#include <io.h>
@@ -35,6 +34,7 @@
#include <unistd.h>
#endif /* TARGET */
+#include "dbmalloc.h"
#if MP_IDENT_SUPPORT
#ident "$Id: dbmalloc.c,v 1.1 2003/07/12 11:39:21 root Exp root $"