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:
authorCampbell Barton <ideasman42@gmail.com>2013-08-23 13:46:11 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-08-23 13:46:11 +0400
commit2e2ea1ae212c8a660eb468119a7fb1bce17a46b9 (patch)
tree1f45428f8f610b87e60e2d66df9df0a4946a1f28 /source/blender/makesrna/intern/rna_lamp.c
parent9f72bf78652ec7e8e586dbe3b5b648bce8a1cfc6 (diff)
set function args in BLI_math_rotation as const where possible.
Diffstat (limited to 'source/blender/makesrna/intern/rna_lamp.c')
-rw-r--r--source/blender/makesrna/intern/rna_lamp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesrna/intern/rna_lamp.c b/source/blender/makesrna/intern/rna_lamp.c
index ffc9ac0e52e..f59f3db3652 100644
--- a/source/blender/makesrna/intern/rna_lamp.c
+++ b/source/blender/makesrna/intern/rna_lamp.c
@@ -26,6 +26,7 @@
#include <stdlib.h>
+#include "BLI_sys_types.h"
#include "BLI_math_base.h"
#include "BLI_math_rotation.h"