include config.h in media library sourcefiles
commit3c95653a0f02d84b6b02067b9b4eadb05bcef971
authorDaniel Mierswa <impulze@impulze.org>
Mon, 20 Feb 2012 14:56:06 +0000 (20 15:56 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 20 Feb 2012 16:15:42 +0000 (20 17:15 +0100)
tree37eddd2ffb291bd0d839eb65938fd0f6d34762f5
parent1db29c8b609182c7dff28b9374bc0b4d436e7965
include config.h in media library sourcefiles

otherwise asprintf will be undeclared and compilation will fail due to
-Werror-implicit-declaration

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/media_library/sql_delete.c
modules/media_library/sql_media_library.c
modules/media_library/sql_search.c
modules/media_library/sql_update.c