X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=test%2Fnative%2Falgo.c;h=9840c8f278a489f61ef70b3932156531231bc42c;hb=5ad6561ceab66b046b648e7651ed63c071d6012d;hp=4b8df13f501b342246977f7fb3056285eeb2cbd0;hpb=6ee1e193fd896ab9a4729fde14f009d9ce629815;p=vlc diff --git a/test/native/algo.c b/test/native/algo.c index 4b8df13f50..9840c8f278 100644 --- a/test/native/algo.c +++ b/test/native/algo.c @@ -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 @@ -20,6 +20,10 @@ *****************************************************************************/ #include "../pyunit.h" +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include /**********************************************************************