DEADSOFTWARE

cp866: move to common/
[flatwaifu.git] / src / input.c
index 0a74043ab2b9c681bf832db30e8bfef5c1521fe7..d76f6e51c63b7344d57ea2c27b3e7ae3af7a3dcb 100644 (file)
@@ -14,7 +14,8 @@
  */
 
 #include "input.h"
-#include "cp866.h"
+#include "common/cp866.h"
+
 #include <assert.h>
 
 static char keystate[KEY__LAST + 1];