diff options
| author | Tomas Bzatek <tbzatek@redhat.com> | 2009-02-27 10:34:39 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@redhat.com> | 2009-02-27 10:34:39 +0100 |
| commit | 03b9120b0af54dba70912dc5eba4549f80c11b0f (patch) | |
| tree | e91f98f0426ad2887b1450a470385c3c65ab022b /src | |
| parent | 6eb8695a4714890955cf0ae22f8ddb92850af67a (diff) | |
| download | cataract-03b9120b0af54dba70912dc5eba4549f80c11b0f.tar.xz | |
Fix exiv2 new api detection
Diffstat (limited to 'src')
| -rw-r--r-- | src/jpeg-utils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/jpeg-utils.cpp b/src/jpeg-utils.cpp index 501f7ea..b4abeef 100644 --- a/src/jpeg-utils.cpp +++ b/src/jpeg-utils.cpp @@ -24,6 +24,8 @@ #include <wand/magick-wand.h> +#include <config.h> + #include "jpeg-utils.h" |
