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:
authorMartin Poirier <theeth@yahoo.com>2009-05-14 22:54:41 +0400
committerMartin Poirier <theeth@yahoo.com>2009-05-14 22:54:41 +0400
commit2ae34a98161bc2e6e5971658562fd3132826c005 (patch)
treec881031bfd778b25fa25589cfc818e2ce5ca7dd9 /source/blender/editors/space_file/filesel.c
parentba6bec56f93b3332120d442bd97cc88e402947b1 (diff)
2.5 compile errors.
Wrong include name (lower case) and missing include folder in scons.
Diffstat (limited to 'source/blender/editors/space_file/filesel.c')
-rw-r--r--source/blender/editors/space_file/filesel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_file/filesel.c b/source/blender/editors/space_file/filesel.c
index 0a809231724..cbd1457e562 100644
--- a/source/blender/editors/space_file/filesel.c
+++ b/source/blender/editors/space_file/filesel.c
@@ -59,7 +59,7 @@
#include "BKE_screen.h"
#include "BKE_global.h"
-#include "BLF_Api.h"
+#include "BLF_api.h"
#include "DNA_userdef_types.h"