From ae475e355488db27c4b9fcc33385080578403833 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Tue, 16 Aug 2016 14:57:56 +0200 Subject: Fix release build after recent fix for debug one It's becoming annoying to have public API dependent on build type and everything. Let's just always have API defined and do stubs in the function implementation instead. --- source/blender/blenlib/BLI_system.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source/blender/blenlib/BLI_system.h') diff --git a/source/blender/blenlib/BLI_system.h b/source/blender/blenlib/BLI_system.h index 938a12dcdcf..f51b9623803 100644 --- a/source/blender/blenlib/BLI_system.h +++ b/source/blender/blenlib/BLI_system.h @@ -21,11 +21,14 @@ #ifndef __BLI_SYSTEM_H__ #define __BLI_SYSTEM_H__ +#include + /** \file BLI_system.h * \ingroup bli */ int BLI_cpu_support_sse2(void); +void BLI_system_backtrace(FILE *fp); /* getpid */ #ifdef WIN32 -- cgit v1.2.3