summaryrefslogtreecommitdiff
path: root/exif.c
diff options
context:
space:
mode:
Diffstat (limited to 'exif.c')
-rw-r--r--exif.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/exif.c b/exif.c
index 6e80638..76413f7 100644
--- a/exif.c
+++ b/exif.c
@@ -1,7 +1,7 @@
/*
* Image plugin to VDR (C++)
*
- * (C) 2006 Andreas Brachold <anbr at users.berlios.de>
+ * (C) 2006-2007 Andreas Brachold <anbr at users.berlios.de>
*
* This code is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -19,9 +19,11 @@
* Or, point your browser to http://www.gnu.org/copyleft/gpl.html
*/
+extern "C" {
#include <libexif/exif-data.h>
#include <libexif/exif-ifd.h>
#include <libexif/exif-loader.h>
+}
#include <sstream>