[FSUTIL]
authorPierre Schweitzer <pierre@reactos.org>
Wed, 6 Sep 2017 15:36:05 +0000 (15:36 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Wed, 6 Sep 2017 15:36:05 +0000 (15:36 +0000)
Fix build (how does it even build locally?!)

svn path=/trunk/; revision=75775

reactos/base/applications/cmdutils/fsutil/fsinfo.c

index e53885c..4340402 100644 (file)
@@ -6,6 +6,8 @@
  * PROGRAMMERS:     Pierre Schweitzer <pierre@reactos.org>
  */
 
  * PROGRAMMERS:     Pierre Schweitzer <pierre@reactos.org>
  */
 
+#include "fsutil.h"
+
 /* Add handlers here for subcommands */
 static int DrivesMain(int argc, const TCHAR *argv[]);
 static int DriveTypeMain(int argc, const TCHAR *argv[]);
 /* Add handlers here for subcommands */
 static int DrivesMain(int argc, const TCHAR *argv[]);
 static int DriveTypeMain(int argc, const TCHAR *argv[]);