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:
authorAlexander Ewering <blender@instinctive.de>2005-09-19 14:15:26 +0400
committerAlexander Ewering <blender@instinctive.de>2005-09-19 14:15:26 +0400
commit4074832f9073be158f7e5624c20049d15f1c5516 (patch)
tree88eb53703330c8da204961e079079dd4f420e8c1 /source/blender/src/interface_draw.c
parentbf0ef10179f364e041a2fccb6a57957433bf1bab (diff)
Add #ifdef INTERNATIONAL around #include, potentially fixes compilation
Diffstat (limited to 'source/blender/src/interface_draw.c')
-rw-r--r--source/blender/src/interface_draw.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/interface_draw.c b/source/blender/src/interface_draw.c
index cf47eab6f33..d4be70f8759 100644
--- a/source/blender/src/interface_draw.c
+++ b/source/blender/src/interface_draw.c
@@ -83,7 +83,9 @@
#include "BSE_view.h"
+#ifdef INTERNATIONAL
#include "FTF_Api.h"
+#endif
#include "mydevice.h"
#include "interface.h"