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/keyval.c')
-rw-r--r--source/blender/src/keyval.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/source/blender/src/keyval.c b/source/blender/src/keyval.c
index 2390bc59d4e..3b2a48e4ea5 100644
--- a/source/blender/src/keyval.c
+++ b/source/blender/src/keyval.c
@@ -33,14 +33,15 @@
#include "BLI_blenlib.h"
#include "BLI_arithb.h"
#include "BLI_editVert.h"
-
-
#include "BIF_keyval.h"
-
#include "blendef.h"
-
#include "mydevice.h"
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
+
char *key_event_to_string(unsigned short event)
{