From 589c9b867817c916d4627bd5515577f6e0841e6c Mon Sep 17 00:00:00 2001 From: "flatcap.org!flatcap" Date: Mon, 2 Dec 2002 01:57:17 +0000 Subject: [PATCH] minor build fix (Logical change 1.28) --- ntfsprogs/ntfsinfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ntfsprogs/ntfsinfo.c b/ntfsprogs/ntfsinfo.c index cf82eacf..723c3722 100644 --- a/ntfsprogs/ntfsinfo.c +++ b/ntfsprogs/ntfsinfo.c @@ -1,4 +1,4 @@ -/*z +/* * $Id$ * * ntfsinfo - Part of the Linux-NTFS project. @@ -31,7 +31,7 @@ #include #include #include -#include +#include "types.h" #include "mft.h" #include "attrib.h" #include "layout.h"