X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess_output%2Ffile.c;h=9abce9b8848255546f0d77b7674f7640bf19aa3e;hb=5cbbb0ac7a18d404f662285f2cdef41d427adfc5;hp=639954889bc8ac6c17b56ca89bfd9634123319d3;hpb=ce5d66353521887ee67482d2a13178ee240216f1;p=vlc diff --git a/modules/access_output/file.c b/modules/access_output/file.c index 639954889b..9abce9b884 100644 --- a/modules/access_output/file.c +++ b/modules/access_output/file.c @@ -25,16 +25,17 @@ /***************************************************************************** * Preamble *****************************************************************************/ + +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include #include #include -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif - #include #include #include