[gimp/pippin/linear-is-the-new-black: 6/19] app: include <alloca.h> to ensure more cases of inlining with gcc



commit 3fce6dd67de6af3090fe3f6beef5f2c86218071c
Author: Øyvind Kolås <pippin gimp org>
Date:   Tue Jan 17 01:58:35 2017 +0100

    app: include <alloca.h> to ensure more cases of inlining with gcc

 .../layer-modes/gimpoperationpointlayermode.h      |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/app/operations/layer-modes/gimpoperationpointlayermode.h 
b/app/operations/layer-modes/gimpoperationpointlayermode.h
index 2ec3b5a..66539cb 100644
--- a/app/operations/layer-modes/gimpoperationpointlayermode.h
+++ b/app/operations/layer-modes/gimpoperationpointlayermode.h
@@ -24,6 +24,7 @@
 
 #include <gegl-plugin.h>
 #include <math.h>
+#include <alloca.h>
 #include <cairo.h>
 #include <gdk-pixbuf/gdk-pixbuf.h>
 #include "../operations-enums.h"


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