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:
authorJoshua Leung <aligorith@gmail.com>2007-09-18 10:33:24 +0400
committerJoshua Leung <aligorith@gmail.com>2007-09-18 10:33:24 +0400
commitd86a03113d24904dd4b6227f16431eb6735aa5d7 (patch)
tree20fe62ccbf4e139ed78c83eacf7aa2097f4cafa3 /source/blender/imbuf/intern/thumbs.c
parenta87b2ff22b8884449bf04a0773370a33a3a410a3 (diff)
Another purge of compiler warnings (some of which I've been getting for a while) as a warmup exercise.
Diffstat (limited to 'source/blender/imbuf/intern/thumbs.c')
-rw-r--r--source/blender/imbuf/intern/thumbs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/imbuf/intern/thumbs.c b/source/blender/imbuf/intern/thumbs.c
index b071331e46b..5e6335cdac1 100644
--- a/source/blender/imbuf/intern/thumbs.c
+++ b/source/blender/imbuf/intern/thumbs.c
@@ -53,6 +53,7 @@
#include <unistd.h>
#endif
+#include <ctype.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>