diff --git a/Makefile.emscripten b/Makefile.emscripten index fb768854a9..2210c839a3 100644 --- a/Makefile.emscripten +++ b/Makefile.emscripten @@ -46,6 +46,7 @@ HAVE_CHEATS = 1 HAVE_IBXM = 1 HAVE_CORE_INFO_CACHE = 1 HAVE_7ZIP = 1 +HAVE_BSV_MOVIE = 1 ASYNC ?= 0 ifeq ($(LIBRETRO), mupen64plus) diff --git a/input/input_driver.h b/input/input_driver.h index 2ecfa191df..3173b1c479 100644 --- a/input/input_driver.h +++ b/input/input_driver.h @@ -27,7 +27,7 @@ #include #include #include - +#include #ifdef HAVE_CONFIG_H #include "../config.h" #endif /* HAVE_CONFIG_H */