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>2008-03-24 12:00:39 +0300
committerCampbell Barton <ideasman42@gmail.com>2008-03-24 12:00:39 +0300
commitdbd64ac7514b4685c2cc8f6dcbdf5104648c17a1 (patch)
treecce3894d738dbae68dcfc142a6fe7300787bdbbe /source/blender/src/ghostwinlay.c
parentb20f6e27ff24f60bfa39b2311be3cc2f4130ac09 (diff)
uv stretch display respect image aspect ratio,
tooltip correction (bug #8660) ghostwinlay.c was missing string.h include
Diffstat (limited to 'source/blender/src/ghostwinlay.c')
-rw-r--r--source/blender/src/ghostwinlay.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/ghostwinlay.c b/source/blender/src/ghostwinlay.c
index b1e7084a7a2..eed753694bd 100644
--- a/source/blender/src/ghostwinlay.c
+++ b/source/blender/src/ghostwinlay.c
@@ -31,6 +31,7 @@
*/
#include <stdlib.h>
#include <stdio.h>
+#include <string.h>
#ifdef HAVE_CONFIG_H
#include <config.h>