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:
authorStephen Swaney <sswaney@centurytel.net>2004-03-26 04:12:45 +0300
committerStephen Swaney <sswaney@centurytel.net>2004-03-26 04:12:45 +0300
commit34693b400d40504885c90ae77e55832ae48e2f96 (patch)
tree3123e7fb64601f02394ab08e2baa080790585f68 /source/blender/src/header_action.c
parent3d45e6ca3137dafbd3a2b2b128ac94bd30c9b187 (diff)
fix warnings about implicit declaration of sprintf before Mom finds out.
Diffstat (limited to 'source/blender/src/header_action.c')
-rw-r--r--source/blender/src/header_action.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/src/header_action.c b/source/blender/src/header_action.c
index 96d286d54d3..a2b87477f3a 100644
--- a/source/blender/src/header_action.c
+++ b/source/blender/src/header_action.c
@@ -37,6 +37,7 @@
#include <stdlib.h>
#include <string.h>
+#include <stdio.h>
#ifdef HAVE_CONFIG_H
#include <config.h>