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:
authorDaniel Dunbar <daniel@zuster.org>2003-03-19 02:17:09 +0300
committerDaniel Dunbar <daniel@zuster.org>2003-03-19 02:17:09 +0300
commitccf77495943ea35fcb394c1ceec1cbec06251aec (patch)
tree73caafb2d07ad73f914193aac35716c5776c0a3a /source/blender/inflate
parent6ba07fd730cc6cbfe2295ab32f3425da104a9e41 (diff)
Added string.h include (for memcpy, memcmp, strcpy, strlen, etc.)
Diffstat (limited to 'source/blender/inflate')
-rw-r--r--source/blender/inflate/intern/BLO_inflate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/inflate/intern/BLO_inflate.c b/source/blender/inflate/intern/BLO_inflate.c
index 50245ab7372..3d5f132d2ea 100644
--- a/source/blender/inflate/intern/BLO_inflate.c
+++ b/source/blender/inflate/intern/BLO_inflate.c
@@ -32,6 +32,7 @@
*/
#include <stdio.h>
+#include <string.h>
#include <stdlib.h>
#include "zlib.h"