summaryrefslogtreecommitdiff
path: root/e2fsck/mtrace.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2000-12-31 01:52:03 +0000
committerTheodore Ts'o <tytso@mit.edu>2000-12-31 01:52:03 +0000
commitc59a704b79cbb9e35050d4555b149b780149069d (patch)
tree515c145e42eb5c2e2ec4ccade5664c24669403f2 /e2fsck/mtrace.c
parentc5de1d4a0d1a45e3068247192d2297f94d70340f (diff)
downloade2fsprogs-c59a704b79cbb9e35050d4555b149b780149069d.tar.gz
ChangeLog, mtrace.c, mtrace.h:
malloc.h, mtrace.c: Renamed malloc.h to mtrace.h to avoid conflicts with the system header file.
Diffstat (limited to 'e2fsck/mtrace.c')
-rw-r--r--e2fsck/mtrace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e2fsck/mtrace.c b/e2fsck/mtrace.c
index 8553a64b..0e03247d 100644
--- a/e2fsck/mtrace.c
+++ b/e2fsck/mtrace.c
@@ -23,7 +23,7 @@ Cambridge, MA 02139, USA.
#ifndef _MALLOC_INTERNAL
#define _MALLOC_INTERNAL
-#include "./malloc.h"
+#include "./mtrace.h"
#endif
#include <stdio.h>