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

This commit is contained in:
Lukas Tönne
2016-11-16 11:31:35 +01:00
parent 3b06c42616
commit 15b2a64d0a

View File

@@ -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"