From 606e903c2746b9932d3b68716b2faee548b82825 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Wed, 26 Mar 2008 15:20:05 +0000 Subject: [PATCH] Edits for Windows --- i18n.cc | 2 ++ option.h | 1 + 2 files changed, 3 insertions(+) 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 { -- 2.39.2