X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Finput.c;h=d76f6e51c63b7344d57ea2c27b3e7ae3af7a3dcb;hb=67cafb35d421f7c8ba7ce3ed0aee639731f43bf9;hp=0a74043ab2b9c681bf832db30e8bfef5c1521fe7;hpb=65130d9f6581e4bd39ceae50d820c9774e4972a9;p=flatwaifu.git diff --git a/src/input.c b/src/input.c index 0a74043..d76f6e5 100644 --- a/src/input.c +++ b/src/input.c @@ -14,7 +14,8 @@ */ #include "input.h" -#include "cp866.h" +#include "common/cp866.h" + #include static char keystate[KEY__LAST + 1];