X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwimlib_internal.h;h=da17c9ec0613ce0490ea498767641c29a4ebada9;hp=e94fab9ba719fcab55f0cf2f62c1a12008729fa5;hb=2af95e7dc313e9abaf571034c3e86f32503bf232;hpb=c35e1762521c7f85b1d7c7d77af9aec07817af9f;ds=sidebyside diff --git a/src/wimlib_internal.h b/src/wimlib_internal.h index e94fab9b..da17c9ec 100644 --- a/src/wimlib_internal.h +++ b/src/wimlib_internal.h @@ -279,7 +279,7 @@ struct WIMStruct { /* A pointer to the file indicated by @filename, opened for reading. */ FILE *fp; -#ifdef WITH_FUSE +#if defined(WITH_FUSE) || defined(ENABLE_MULTITHREADED_COMPRESSION) /* Extra file pointers to be used by concurrent readers */ FILE **fp_tab; size_t num_allocated_fps;