From 648e37aeeba066ec297a51ec941ccf786205749a Mon Sep 17 00:00:00 2001 From: Thiago Sousa Santos Date: Thu, 29 Jan 2009 17:59:35 -0200 Subject: qtwrapper: Fixes build at case sensitive systems. --- sys/qtwrapper/audiodecoders.c | 2 +- sys/qtwrapper/codecmapping.h | 2 +- sys/qtwrapper/qtutils.h | 2 +- sys/qtwrapper/qtwrapper.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/qtwrapper') diff --git a/sys/qtwrapper/audiodecoders.c b/sys/qtwrapper/audiodecoders.c index 1816a02c..3553c29b 100644 --- a/sys/qtwrapper/audiodecoders.c +++ b/sys/qtwrapper/audiodecoders.c @@ -57,7 +57,7 @@ #ifdef G_OS_WIN32 #include #else -#include +#include #endif #define QTWRAPPER_ADEC_PARAMS_QDATA g_quark_from_static_string("qtwrapper-adec-params") diff --git a/sys/qtwrapper/codecmapping.h b/sys/qtwrapper/codecmapping.h index 946906f4..43b19371 100644 --- a/sys/qtwrapper/codecmapping.h +++ b/sys/qtwrapper/codecmapping.h @@ -48,7 +48,7 @@ #ifdef G_OS_WIN32 #include #else -#include +#include #endif diff --git a/sys/qtwrapper/qtutils.h b/sys/qtwrapper/qtutils.h index a8b68aff..0914f234 100644 --- a/sys/qtwrapper/qtutils.h +++ b/sys/qtwrapper/qtutils.h @@ -45,7 +45,7 @@ #ifdef G_OS_WIN32 #include #else -#include +#include #endif #include #include "qtwrapper.h" diff --git a/sys/qtwrapper/qtwrapper.h b/sys/qtwrapper/qtwrapper.h index 09081cee..a65cee86 100644 --- a/sys/qtwrapper/qtwrapper.h +++ b/sys/qtwrapper/qtwrapper.h @@ -50,7 +50,7 @@ #include #include #else -#include +#include #endif /* Set following to 1 if you want to have extra debug in form of -- cgit v1.2.1