fix build without magicksave

an ifdef was in the wrong place
This commit is contained in:
John Cupitt 2018-01-12 11:28:34 +00:00
parent f27b5a81f7
commit 25ff103408
1 changed files with 2 additions and 2 deletions

View File

@ -35,14 +35,14 @@
#endif /*HAVE_CONFIG_H*/
#include <vips/intl.h>
#ifdef ENABLE_MAGICKSAVE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <vips/vips.h>
#ifdef ENABLE_MAGICKSAVE
#include "pforeign.h"
#include "magick.h"