mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
c41d68c460
PR: 53317 Submitted by: Patrick MARIE <mycroft@virgaria.org>
22 lines
420 B
C
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 $"
|