Build fix.

This commit is contained in:
Themaister 2013-09-06 23:25:29 +02:00
parent 99dbd6bd1c
commit c76fc068dc

View File

@ -16,7 +16,7 @@
#ifndef AUTOCONF_BUILTIN_H__
#define AUTOCONF_BUILTIN_H__
#include "input_common.h"
#include "../input_common.h"
#define DECL_BTN(btn, bind) "input_" #btn "_btn = " #bind "\n"
#define DECL_AXIS(axis, bind) "input_" #axis "_axis = " #bind "\n"