From 4d7019537864152c3265bc61e984df003b67f1aa Mon Sep 17 00:00:00 2001 From: Ilya Shipitsin Date: Sat, 5 Mar 2016 17:35:31 +0500 Subject: [PATCH] =?UTF-8?q?service.h:26:1:=20error:=20unknown=20type=20nam?= =?UTF-8?q?e=20=E2=80=98bool=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit bool CheckIServiceStatus(); ^ --- service.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/service.h b/service.h index d66cbf2..f66076b 100644 --- a/service.h +++ b/service.h @@ -19,6 +19,8 @@ * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ +#include + int MyStartService(); int MyStopService(); int MyReStartService();