[Bf-blender-cvs] [15b2a64] blender2.8: Add stdlib.h include to fix missing 'abort' prototype.

Lukas Tönne noreply at git.blender.org
Wed Nov 16 11:32:35 CET 2016


Commit: 15b2a64d0a4ccd1b49cbc4b277bf50959695b26c
Author: Lukas Tönne
Date:   Wed Nov 16 11:31:35 2016 +0100
Branches: blender2.8
https://developer.blender.org/rB15b2a64d0a4ccd1b49cbc4b277bf50959695b26c

Add stdlib.h include to fix missing 'abort' prototype.

===================================================================

M	source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c

===================================================================

diff --git a/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c b/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c
index 37a3ca8..f9f46b0 100644
--- a/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c
+++ b/source/blender/windowmanager/manipulators/intern/wm_manipulatorgroup.c
@@ -32,6 +32,8 @@
  * attached to modal handlers and have own keymaps.
  */
 
+#include <stdlib.h>
+
 #include "BKE_context.h"
 #include "BKE_main.h"
 #include "BKE_report.h"




More information about the Bf-blender-cvs mailing list