From: Christophe Mutricy Date: Sun, 11 Feb 2007 17:10:32 +0000 (+0000) Subject: Better compile fix by Pierre d'Herbemont X-Git-Tag: 0.9.0-test0~8629 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c533bc128e6f2658077b9596d90b4ef1d5dff8f2;p=vlc Better compile fix by Pierre d'Herbemont --- diff --git a/THANKS b/THANKS index e616a76711..a3a2e79883 100644 --- a/THANKS +++ b/THANKS @@ -141,6 +141,7 @@ Paul Mackerras - AltiVec IDCT and motion Pavlov Konstantin “thresh” - several Linux build system fixes Petr Vacek - FTP cleartext authentication Philippe Van Hecke - SAP header hash patch +Pierre d'Herbemont < - Compile fix Pierre Marc Dumuid - Playlist patches Pittayakom Saingtong - Thai localisation Rafaël Carré - Audioscrobbler plugin diff --git a/src/stream_output/stream_output.h b/src/stream_output/stream_output.h index cea4bb837b..4637231b6b 100644 --- a/src/stream_output/stream_output.h +++ b/src/stream_output/stream_output.h @@ -24,9 +24,7 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. ***************************************************************************/ #include -#if defined( WIN32 ) -# include -#endif +#include /**************************************************************************** * sout_packetizer_input_t: p_sout <-> p_packetizer