From 5e00c26295732fc7dbb754efbe63bdbff08c95fc Mon Sep 17 00:00:00 2001 From: Ell Date: Sat, 12 Jan 2019 06:16:18 -0500 Subject: [PATCH] app: in gimpchunkiterator.c, #include ... for qsort(). (cherry picked from commit a61f29e30a549b6136225935f9a438d4b41617af) --- app/core/gimpchunkiterator.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/core/gimpchunkiterator.c b/app/core/gimpchunkiterator.c index 1cf7da1459..5e3243b2bb 100644 --- a/app/core/gimpchunkiterator.c +++ b/app/core/gimpchunkiterator.c @@ -21,6 +21,8 @@ #include "config.h" +#include + #include #include #include