Fixed Linux build.

This commit is contained in:
XMRig
2019-02-18 12:39:52 +07:00
parent 21a70d48e1
commit 075493d815

View File

@@ -82,7 +82,7 @@ void xmrig::Watcher::reload()
m_listener->onFileChanged(m_path);
# ifndef _WIN32
uv_fs_event_stop(&m_fsEvent);
uv_fs_event_stop(m_fsEvent);
start();
# endif
}