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/eventdebug.c')
-rw-r--r--source/blender/src/eventdebug.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/blender/src/eventdebug.c b/source/blender/src/eventdebug.c
index 6c9a5ee005b..a754dbfa49f 100644
--- a/source/blender/src/eventdebug.c
+++ b/source/blender/src/eventdebug.c
@@ -32,6 +32,10 @@
#include "mydevice.h"
#include "blendef.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
char *event_to_string(short evt) {
#define smap(evt) case evt: return #evt
switch (evt) {