[gimp/gimp-2-10] app: in gimpchunkiterator.c, #include <stdlib.h>
- From: Ell <ell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: in gimpchunkiterator.c, #include <stdlib.h>
- Date: Sat, 12 Jan 2019 11:17:13 +0000 (UTC)
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]