diff options
Diffstat (limited to 'common/host.c')
-rw-r--r-- | common/host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/host.c b/common/host.c index 0a03807f73..37f707d0b3 100644 --- a/common/host.c +++ b/common/host.c @@ -17,7 +17,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <stdint.h> #include <avr/interrupt.h> -#include "usb_keycodes.h" +#include "keycode.h" #include "host.h" #include "util.h" #include "debug.h" |