diff options
| author | Daniel Friesel <derf@finalrewind.org> | 2013-06-04 08:32:06 +0200 | 
|---|---|---|
| committer | Daniel Friesel <derf@finalrewind.org> | 2013-06-04 08:32:06 +0200 | 
| commit | f56549cdd267bcc20156af0c206520fef77ff06f (patch) | |
| tree | bf9c174a02014e26b25ee272c1fa429320f8b966 /src | |
| parent | 919ff551a5800a582c65af768e91e98011138bad (diff) | |
fix tests failing when compiled with help=1
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 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 | 
