From f56549cdd267bcc20156af0c206520fef77ff06f Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 4 Jun 2013 08:32:06 +0200 Subject: fix tests failing when compiled with help=1 --- src/options.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 469115e..627c7da 100644 --- a/src/options.c +++ b/src/options.c @@ -805,6 +805,10 @@ static void show_version(void) "exif " #endif +#ifdef INCLUDE_HELP + "help " +#endif + #if _FILE_OFFSET_BITS == 64 "stat64 " #endif -- cgit v1.2.3