]> git.sesse.net Git - vlc/commitdiff
Win32: fix compile of BDA.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 26 Apr 2009 10:39:14 +0000 (12:39 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 26 Apr 2009 10:39:14 +0000 (12:39 +0200)
modules/access/bda/bda.c

index 42987a45797494ccc2614696aeee7008c86c49e6..2227a6c1e256ffe42f4055d10d03d1d6be55dcb1 100644 (file)
@@ -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 <kenself(at)optusnet(dot)com(dot)au>
  *
 # include "config.h"
 #endif
 
-#include <vlc_plugin.h>
-
 #include "bda.h"
 
+#include <vlc_plugin.h>
+
 
 /*****************************************************************************
  * Access: local prototypes