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>2004-01-17 00:16:09 +0300
committerTon Roosendaal <ton@blender.org>2004-01-17 00:16:09 +0300
commit24c43b835d48de0c02ced5160d0d0831bc5cb55e (patch)
tree5e2eb79d05918555cbdde688ff73f4d3a53d33ea /source/blender/src/editsima.c
parentd5a1b582c3fc83eba91bf1ef9f594b9d37966a6d (diff)
- pressing Enter key on numbutton increases/decreases again.
- added displist.h for proper prototype in previous commit
Diffstat (limited to 'source/blender/src/editsima.c')
-rw-r--r--source/blender/src/editsima.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/editsima.c b/source/blender/src/editsima.c
index cb796b0a995..8b03c434424 100644
--- a/source/blender/src/editsima.c
+++ b/source/blender/src/editsima.c
@@ -60,6 +60,7 @@
#include "BKE_global.h"
#include "BKE_mesh.h"
+#include "BKE_displist.h"
#include "BIF_gl.h"
#include "BIF_interface.h"