]> wimlib.net Git - wimlib/blobdiff - src/resource.c
NTFS-3g capture: use reference-counted NTFS volumes
[wimlib] / src / resource.c
index 2c04882eb30e60526e2700edbe122de08ba959eb..fb1047e0c01d471bc0d28f07aca863ea6eb85489 100644 (file)
@@ -36,6 +36,7 @@
 #include "wimlib/endianness.h"
 #include "wimlib/error.h"
 #include "wimlib/file_io.h"
+#include "wimlib/ntfs_3g.h" /* for read_ntfs_attribute_prefix() */
 #include "wimlib/resource.h"
 #include "wimlib/sha1.h"
 #include "wimlib/wim.h"
 #  include "wimlib/win32.h"
 #endif
 
-#ifdef WITH_NTFS_3G
-/* for read_ntfs_attribute_prefix() */
-#  include "wimlib/ntfs_3g.h"
-#endif
-
-
 /*
  *                         Compressed WIM resources
  *