From 974cb4162accd74836effe314c83d8ee62664605 Mon Sep 17 00:00:00 2001 From: XMRig Date: Thu, 7 Jun 2018 07:17:30 +0700 Subject: [PATCH] Fix Linux build. --- src/common/log/SysLog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/log/SysLog.h b/src/common/log/SysLog.h index 1e49a48b..5cfeefcd 100644 --- a/src/common/log/SysLog.h +++ b/src/common/log/SysLog.h @@ -25,7 +25,7 @@ #define __SYSLOG_H__ -#include "interfaces/ILogBackend.h" +#include "common/interfaces/ILogBackend.h" class SysLog : public ILogBackend