X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Finput.c;h=bd23877f1b3fba0a2472cde74e7944fee7419a8f;hb=refs%2Fheads%2Frenders;hp=0a74043ab2b9c681bf832db30e8bfef5c1521fe7;hpb=1e058b808ddb343442012f01d6fd5692920a3018;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];