]> git.vomp.tv Git - vompclient-marten.git/commitdiff
Edits for Windows
authorChris Tallon <chris@vomp.tv>
Wed, 26 Mar 2008 15:20:05 +0000 (15:20 +0000)
committerChris Tallon <chris@vomp.tv>
Wed, 26 Mar 2008 15:20:05 +0000 (15:20 +0000)
i18n.cc
option.h

diff --git a/i18n.cc b/i18n.cc
index f98c634847320de839c545e60d16420ea012b91c..5d07f75bbdeecdf96eef88154ca54c6ab9f65b90 100644 (file)
--- a/i18n.cc
+++ b/i18n.cc
@@ -22,7 +22,9 @@
 
 #include <stdio.h>
 #include <string.h>
+#ifndef WIN32
 #include <glob.h>
+#endif
 
 #include "vdr.h"
 #include "log.h"
index c0108859d0df835773348a69367b158096fcf110..0193ad6d06107d2abfb7e89255bc70201b3d9481 100644 (file)
--- a/option.h
+++ b/option.h
@@ -22,6 +22,7 @@
 #define OPTION_H
 
 #include "defines.h"
+#include <stdlib.h>
 
 class Option
 {