]> git.sesse.net Git - vlc/blobdiff - test/native/algo.c
Merge branch 'master' of git://git.videolan.org/vlc
[vlc] / test / native / algo.c
index 4b8df13f501b342246977f7fb3056285eeb2cbd0..9840c8f278a489f61ef70b3932156531231bc42c 100644 (file)
@@ -2,7 +2,7 @@
  * algo.c : Algorithms test
  *****************************************************************************
  * Copyright (C) 2006 VideoLAN
- * $Id: i18n.c 16157 2006-07-29 13:32:12Z zorglub $
+ * $Id$
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *****************************************************************************/
 
 #include "../pyunit.h"
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
 #include <vlc/vlc.h>
 
 /**********************************************************************