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/include/objfnt.h')
-rw-r--r--source/blender/include/objfnt.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/objfnt.h b/source/blender/include/objfnt.h
index e54b7b5e1e3..906b8a5a1cc 100644
--- a/source/blender/include/objfnt.h
+++ b/source/blender/include/objfnt.h
@@ -31,6 +31,10 @@
#ifndef OBJFNTDEF
#define OBJFNTDEF
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
typedef struct chardesc {
short movex, movey; /* advance */
short llx, lly; /* bounding box */