From f7287f0c6c0febace6d59a9c58cf4cc7a018056a Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Fri, 15 Mar 2024 14:30:52 +0100 Subject: [PATCH] add further #if defined(HAS_LIBJPEG) in xschem.h --- src/xschem.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xschem.h b/src/xschem.h index 19b81009..cd992cf1 100644 --- a/src/xschem.h +++ b/src/xschem.h @@ -120,7 +120,9 @@ extern char win_temp_dir[PATH_MAX]; /* #define FIX_BROKEN_TILED_FILL 1 */ #include +#if defined(HAS_LIBJPEG) #include "cairo_jpg.h" +#endif #ifdef __unix__ #include #include "cairo-xlib-xrender.h"