]> wimlib.net Git - wimlib/blobdiff - src/wimlib_internal.h
Use -fno-strict-aliasing
[wimlib] / src / wimlib_internal.h
index da17c9ec0613ce0490ea498767641c29a4ebada9..6396c00ad03776dfaff463a80541182cb0a90eb5 100644 (file)
@@ -31,7 +31,7 @@
 #include "list.h"
 #include "wimlib.h"
 
-#ifdef WITH_FUSE
+#if defined(WITH_FUSE) || defined(ENABLE_MULTITHREADED_COMPRESSION)
 #include <pthread.h>
 #endif
 
@@ -562,8 +562,10 @@ build_dentry_tree_ntfs(struct wim_dentry **root_p,
                       wimlib_progress_func_t progress_func,
                       void *extra_arg);
 
+#ifdef WITH_NTFS_3G
 extern int
 do_ntfs_umount(struct _ntfs_volume *vol);
+#endif
 
 /* resource.c */