diff options
| -rw-r--r-- | src/avp/win95/frontend/avp_menus.c | 1 | ||||
| -rw-r--r-- | src/main.c | 1 | ||||
| -rw-r--r-- | src/main2.c | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/src/avp/win95/frontend/avp_menus.c b/src/avp/win95/frontend/avp_menus.c index 63a3544..8964de7 100644 --- a/src/avp/win95/frontend/avp_menus.c +++ b/src/avp/win95/frontend/avp_menus.c @@ -31,6 +31,7 @@ #include "avp_menugfx.hpp" #include "avp_intro.h" #include "fmv.h" +#include "bink.h" /* used to get file time */ #include <sys/types.h> @@ -44,6 +44,7 @@ #include "scrshot.hpp" #include "version.h" #include "fmv.h" +#include "bink.h" char LevelName[] = {"predbit6\0QuiteALongNameActually"}; /* the real way to load levels */ diff --git a/src/main2.c b/src/main2.c index a707623..c5f7ce5 100644 --- a/src/main2.c +++ b/src/main2.c @@ -44,6 +44,7 @@ #include "scrshot.hpp" #include "version.h" #include "fmv.h" +#include "bink.h" #if EMSCRIPTEN #include <emscripten.h> |
