diff options
Diffstat (limited to 'src/options.h')
| -rw-r--r-- | src/options.h | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 5a5ce84..19ff55c 100644 --- a/src/options.h +++ b/src/options.h @@ -53,6 +53,10 @@ struct __fehoptions {  	unsigned char draw_exif;  	unsigned char auto_rotate;  #endif +#ifdef HAVE_INOTIFY +	unsigned char inotify; +    int inotify_fd; +#endif  	unsigned char list;  	unsigned char quiet;  	unsigned char preload;  | 
