diff --git a/src/options.c b/src/options.c index 1583eb81e05548e84ca6373038db06792ea82f57..eeb8340055d8ed58ca873ca02e7549dff085af36 100644 --- a/src/options.c +++ b/src/options.c @@ -783,6 +783,10 @@ static void show_version(void) "debug " #endif +#if _FILE_OFFSET_BITS == 64 + "stat64 " +#endif + #ifdef HAVE_LIBXINERAMA "xinerama " #endif