From c0b2b1fc492cb137eb1115e652f2ca97cc331106 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Wed, 7 Oct 2015 17:16:25 +0200 Subject: syntax-check: Add missing #include --- server/pixmap-cache.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'server/pixmap-cache.c') diff --git a/server/pixmap-cache.c b/server/pixmap-cache.c index 61d225e8..a4852685 100644 --- a/server/pixmap-cache.c +++ b/server/pixmap-cache.c @@ -14,6 +14,10 @@ You should have received a copy of the GNU Lesser General Public License along with this library; if not, see . */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "pixmap-cache.h" int pixmap_cache_unlocked_set_lossy(PixmapCache *cache, uint64_t id, int lossy) -- cgit