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:
authorTon Roosendaal <ton@blender.org>2005-12-22 02:39:20 +0300
committerTon Roosendaal <ton@blender.org>2005-12-22 02:39:20 +0300
commit17210112a18c67bcbf24217625153a37bb7b4801 (patch)
tree5ef32a0097738f0f69ffdfa73dc918a937e86c99 /source/blender/src/drawaction.c
parent80eb4d3b9e851c19638599b1821a083dc5a2f635 (diff)
Orange: Warning cleanup for Icons commit, missing declarations of some
calls caused icon hashing not to work too. Runs smooth here :)
Diffstat (limited to 'source/blender/src/drawaction.c')
-rw-r--r--source/blender/src/drawaction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/drawaction.c b/source/blender/src/drawaction.c
index 859760c7d03..3fa263ffb89 100644
--- a/source/blender/src/drawaction.c
+++ b/source/blender/src/drawaction.c
@@ -68,6 +68,7 @@
#include "BIF_editaction.h"
#include "BIF_editkey.h"
#include "BIF_interface.h"
+#include "BIF_interface_icons.h"
#include "BIF_gl.h"
#include "BIF_glutil.h"
#include "BIF_resources.h"