From d454928d680916b4ed7da8a0776c14c0c7ee7222 Mon Sep 17 00:00:00 2001
From: Florian Franzmann <bwlf@bandrate.org>
Date: Mon, 2 Oct 2017 21:20:25 +0200
Subject: [PATCH] add missing include

---
 camlibs/ax203/ax203.c               | 1 +
 camlibs/ax203/ax203_compress_jpeg.c | 1 +
 2 files changed, 2 insertions(+)

diff --git a/camlibs/ax203/ax203.c b/camlibs/ax203/ax203.c
index 4e0a6ec..32ead1e 100644
--- a/camlibs/ax203/ax203.c
+++ b/camlibs/ax203/ax203.c
@@ -36,6 +36,7 @@
 #include "ax203.h"
 #ifdef HAVE_LIBJPEG
 #include "jpeg_memsrcdest.h"
+#include <jpeglib.h>
 #endif
 
 static const struct eeprom_info {
diff --git a/camlibs/ax203/ax203_compress_jpeg.c b/camlibs/ax203/ax203_compress_jpeg.c
index 179bb5c..baa7b82 100644
--- a/camlibs/ax203/ax203_compress_jpeg.c
+++ b/camlibs/ax203/ax203_compress_jpeg.c
@@ -30,6 +30,7 @@
 #include "ax203.h"
 #ifdef HAVE_LIBJPEG
 #include "jpeg_memsrcdest.h"
+#include <jpeglib.h>
 #endif
 
 #if defined(HAVE_LIBGD) && defined(HAVE_LIBJPEG)
-- 
2.14.2

