b8bd6bd MONITOR: Move function declaration out of conditional build

1 file Authored by lslebodn 10 years ago, Committed by jhrozek 10 years ago,
    MONITOR: Move function declaration out of conditional build
    
    Function monitor_config_file_fallback was defined inside of conditional
    block "#ifdef HAVE_SYS_INOTIFY_H", but it was also used out of this block.
    This patch move declaration of function before start of conditional build
    section.
    
        
file modified
+6 -5