From 060a6f429cbf5503dd3fa11db28a55718c20e429 Mon Sep 17 00:00:00 2001 From: hengli Date: Tue, 1 Feb 2011 11:05:34 +0100 Subject: [PATCH] Fixed typo in Linux header declarations for Phonon. --- src/GAudioOutput.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GAudioOutput.h b/src/GAudioOutput.h index b30a26c7b..a4889829d 100644 --- a/src/GAudioOutput.h +++ b/src/GAudioOutput.h @@ -40,8 +40,8 @@ This file is part of the PIXHAWK project #endif #ifdef Q_OS_LINUX //#include -#include -#include +#include +#include #endif #ifdef Q_OS_WIN #include -- 2.22.0