From 07bef9f84acd403132694c9bd3c6f84caf6ee9a7 Mon Sep 17 00:00:00 2001 From: sr1990 Date: Wed, 8 Sep 2021 15:59:45 -0700 Subject: [PATCH] Compilation issue with OSX and boolean. --- imagecore/formats/internal/jpeg.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imagecore/formats/internal/jpeg.h b/imagecore/formats/internal/jpeg.h index 0b85ba8..71b698b 100644 --- a/imagecore/formats/internal/jpeg.h +++ b/imagecore/formats/internal/jpeg.h @@ -30,6 +30,8 @@ #include "imagecore/formats/exif/exifreader.h" #include "imagecore/formats/exif/exifwriter.h" +#define HAVE_BOOLEAN +typedef int boolean; #include #include "jpeglib.h"