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:
authorKent Mein <mein@cs.umn.edu>2004-01-28 22:25:32 +0300
committerKent Mein <mein@cs.umn.edu>2004-01-28 22:25:32 +0300
commitd8babc260d4be12d0bf152db85e9543fc9cc4b87 (patch)
tree04d39260afaed2ddbbe7ac64714afa2ee6a506cf /release/plugins
parentbdc624452b29ea53741dfc2223eb478921d16cbc (diff)
Added #include <stdio.h>
to get rid of a warning about undefined printf I know stupid but hey might as well make it do the right thing. Kent
Diffstat (limited to 'release/plugins')
-rw-r--r--release/plugins/sequence/showzbuf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/plugins/sequence/showzbuf.c b/release/plugins/sequence/showzbuf.c
index 403e526a1cd..39a10504351 100644
--- a/release/plugins/sequence/showzbuf.c
+++ b/release/plugins/sequence/showzbuf.c
@@ -30,6 +30,7 @@
* ***** END GPL/BL DUAL LICENSE BLOCK *****
*/
+#include <stdio.h>
#include "plugin.h"
/* ******************** GLOBAL VARIABLES ***************** */