diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/options.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.c b/src/options.c index a92b1ff..04f02c5 100644 --- a/src/options.c +++ b/src/options.c @@ -943,6 +943,10 @@ static void show_version(void) "stat64 " #endif +#ifdef HAVE_STRVERSCMP + "verscmp " +#endif + #ifdef HAVE_LIBXINERAMA "xinerama " #endif |