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>2014-11-14 13:49:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2014-11-14 13:49:45 +0300
commit14795baf2142024905c6936a82eaa2321dae8cb8 (patch)
tree78ab64793ac1f8d22c4636fd630bd4d85f7e7f3c /source/blender/imbuf/intern
parent64c0c13e6e08c51e92504631468db864f553d9b5 (diff)
Cleanup: headers
Diffstat (limited to 'source/blender/imbuf/intern')
-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 5399e54a30e..285f8460828 100644
--- a/source/blender/imbuf/intern/thumbs.c
+++ b/source/blender/imbuf/intern/thumbs.c
@@ -30,6 +30,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include "BLI_utildefines.h"
#include "BLI_string.h"