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>2004-01-03 02:15:30 +0300
committerDaniel Dunbar <daniel@zuster.org>2004-01-03 02:15:30 +0300
commit251c11cca15cc1ae2736546167edd47bd30a2485 (patch)
tree7ca02e75151f10aabb2d1044b297e318b7c97c93 /source/blender/writestreamglue
parenta2f096236beef605228ec3d50288e97f6349ca6f (diff)
- BLO_keyStore.h was redeclaring UserStructType from blenkey.h, removed
duplicate definition and include blenkey.h where needed. (VC7 patch)
Diffstat (limited to 'source/blender/writestreamglue')
-rw-r--r--source/blender/writestreamglue/intern/BLO_getPubKey.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/writestreamglue/intern/BLO_getPubKey.c b/source/blender/writestreamglue/intern/BLO_getPubKey.c
index 99193417591..d8115384886 100644
--- a/source/blender/writestreamglue/intern/BLO_getPubKey.c
+++ b/source/blender/writestreamglue/intern/BLO_getPubKey.c
@@ -34,6 +34,7 @@
#include <stdlib.h>
#include <string.h>
+#include "blenkey.h"
#include "BLO_keyStore.h"
#include "BLO_getPubKey.h"