From ae0653cc187f34c22a3cf191544b6533f368d4ee Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 13 Jul 2004 15:05:15 +0000 Subject: [PATCH] Include attrib.h before debug.h as debug.h no longer includes attrib.h. (Yuval) (Logical change 1.455) --- libntfs/debug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libntfs/debug.c b/libntfs/debug.c index dd4df2fa..8e3f4208 100644 --- a/libntfs/debug.c +++ b/libntfs/debug.c @@ -21,6 +21,7 @@ #include "config.h" +#include "attrib.h" #include "debug.h" #ifdef DEBUG