diff --git a/src/io.c b/src/io.c index e3078e1..168ff9f 100644 --- a/src/io.c +++ b/src/io.c @@ -31,7 +31,7 @@ * @brief Handles device I/O (non-OS specific). */ #include "io.h" -#include "ir.h" +#include "ir.h" /* for wiiuse_set_ir_mode */ #include /* for free, malloc */