From: Jean-Baptiste Kempf Date: Sun, 26 Apr 2009 10:39:14 +0000 (+0200) Subject: Win32: fix compile of BDA. X-Git-Tag: 1.0.0-rc1~235 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=de002637d527d572d25ca270d6dddd3c2b9c94eb;p=vlc Win32: fix compile of BDA. --- diff --git a/modules/access/bda/bda.c b/modules/access/bda/bda.c index 42987a4579..2227a6c1e2 100644 --- a/modules/access/bda/bda.c +++ b/modules/access/bda/bda.c @@ -1,7 +1,7 @@ /***************************************************************************** * bda.c : BDA access module for vlc ***************************************************************************** - * Copyright (C) 2007 the VideoLAN team + * Copyright (C) 2007-2009 the VideoLAN team * * Author: Ken Self * @@ -28,10 +28,10 @@ # include "config.h" #endif -#include - #include "bda.h" +#include + /***************************************************************************** * Access: local prototypes