Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2016-08-15 16:34:41 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2016-08-15 16:36:01 +0300
commitad4a01ec0fa72ab4626922e9d5d3dda1a46ca01b (patch)
tree21a8e05f51f80a11fd7f6d9a165dc4991371f764 /source/blender/blenlib
parent988b4e2c80d85cdacc165a1ab660c5f481485c6a (diff)
Fix OpenGL backtrace build errors, without disabling warnings.
Diffstat (limited to 'source/blender/blenlib')
-rw-r--r--source/blender/blenlib/BLI_system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenlib/BLI_system.h b/source/blender/blenlib/BLI_system.h
index cb8cb6f5a0d..92403eb7dea 100644
--- a/source/blender/blenlib/BLI_system.h
+++ b/source/blender/blenlib/BLI_system.h
@@ -28,6 +28,7 @@
int BLI_cpu_support_sse2(void);
#if defined(NDEBUG) || !defined(__BLI_UTILDEFINES_H__)
+#include <stdio.h>
void BLI_system_backtrace(FILE *fp);
#endif