diff options
author | 2013-11-21 13:01:47 +0900 | |
---|---|---|
committer | 2013-11-21 13:01:47 +0900 | |
commit | 772ab7025ddf88126d9d6ddb654f62434985504b (patch) | |
tree | f0b4558bba2621a824736ceea0b09b51fdd41613 /common/action_util.h | |
parent | 821578293c79c5612f9b77e447295f2947fd6c3d (diff) | |
parent | a9c3f4750b3d703b8bbbc90db2566afd2aab0ec9 (diff) | |
download | qmk_firmware-772ab7025ddf88126d9d6ddb654f62434985504b.tar.gz |
Merge branch 'ps2_mouse_fix'
Diffstat (limited to 'common/action_util.h')
-rw-r--r-- | common/action_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/action_util.h b/common/action_util.h index 939bc2b66..f9d3161a8 100644 --- a/common/action_util.h +++ b/common/action_util.h @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define ACTION_UTIL_H #include <stdint.h> +#include "report.h" extern report_keyboard_t *keyboard_report; |