From: Chris Tallon Date: Wed, 26 Mar 2008 15:20:05 +0000 (+0000) Subject: Edits for Windows X-Git-Tag: r0-3-0~48 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=606e903c2746b9932d3b68716b2faee548b82825;p=vompclient.git Edits for Windows --- diff --git a/i18n.cc b/i18n.cc index f98c634..5d07f75 100644 --- a/i18n.cc +++ b/i18n.cc @@ -22,7 +22,9 @@ #include #include +#ifndef WIN32 #include +#endif #include "vdr.h" #include "log.h" diff --git a/option.h b/option.h index c010885..0193ad6 100644 --- a/option.h +++ b/option.h @@ -22,6 +22,7 @@ #define OPTION_H #include "defines.h" +#include class Option {