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/BIF_drawoops.h')
-rw-r--r--source/blender/include/BIF_drawoops.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/include/BIF_drawoops.h b/source/blender/include/BIF_drawoops.h
index d60d8b2e0de..91f2da21718 100644
--- a/source/blender/include/BIF_drawoops.h
+++ b/source/blender/include/BIF_drawoops.h
@@ -33,6 +33,10 @@
#ifndef BIF_DRAWOOPS_H
#define BIF_DRAWOOPS_H
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
void give_oopslink_line(Oops *oops, OopsLink *ol, float *v1, float *v2);
void mysbox(float x1, float y1, float x2, float y2);
void boundbox_oops(void);