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:
Diffstat (limited to 'source/blender/src/filesel.c')
-rw-r--r--source/blender/src/filesel.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/blender/src/filesel.c b/source/blender/src/filesel.c
index c673fb934bb..5f145b71a47 100644
--- a/source/blender/src/filesel.c
+++ b/source/blender/src/filesel.c
@@ -104,6 +104,7 @@
#include "blendef.h"
#include "nla.h"
+#include "BIF_fsmenu.h" /* include ourselves */
#if defined WIN32 || defined __BeOS
int fnmatch(){return 0;}
@@ -134,6 +135,8 @@ static void filesel_select_objects(struct SpaceFile *sfile);
static void active_file_object(struct SpaceFile *sfile);
static int groupname_to_code(char *group);
+extern void countall(void);
+
/* local globals */
static rcti scrollrct, textrct, bar;