[gimp/gimp-2-10] app: in gimpchunkiterator.c, #include <stdlib.h>



commit 5e00c26295732fc7dbb754efbe63bdbff08c95fc
Author: Ell <ell_se yahoo com>
Date:   Sat Jan 12 06:16:18 2019 -0500

    app: in gimpchunkiterator.c, #include <stdlib.h>
    
    ... 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 <stdlib.h>
+
 #include <cairo.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 #include <gegl.h>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]