metadata: Include config.h in metadata*.c files

Include config.h in metadataexif.c in metadata plugin so
that HAVE_EXIF gets defined and exif metadata is properly
generated.

Also adds config.h to all .c files missing it in metadata plugin

Fixes #622692
This commit is contained in:
Thiago Santos 2010-06-25 11:02:33 -03:00
parent a267d287f5
commit 1e01bf6b20
10 changed files with 30 additions and 0 deletions

View file

@ -58,6 +58,9 @@
* includes
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "metadataexif.h"
#include "metadataparseutil.h"
#include "metadatatags.h"

View file

@ -58,6 +58,9 @@
* includes
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "metadataiptc.h"
#include "metadataparseutil.h"
#include "metadatatags.h"

View file

@ -76,6 +76,9 @@
* includes
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "metadatamuxjpeg.h"
#include "metadataxmp.h"

View file

@ -76,6 +76,9 @@
* includes
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "metadatamuxpng.h"
#include <string.h>

View file

@ -78,6 +78,9 @@
* includes
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <string.h>
#include "metadataparsejpeg.h"

View file

@ -65,6 +65,9 @@
* includes
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "metadataparsepng.h"
#include "metadataparseutil.h"

View file

@ -52,6 +52,9 @@
* includes
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "metadataparseutil.h"
#include <string.h>

View file

@ -59,6 +59,9 @@
* includes
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "metadatatags.h"
/*

View file

@ -53,6 +53,9 @@
* includes
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "metadatatypes.h"
#include <string.h>

View file

@ -65,6 +65,9 @@
* includes
*/
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include "metadataxmp.h"
#include "metadataparseutil.h"
#include "metadatatags.h"