diff --git a/libretro-db/Makefile b/libretro-db/Makefile index 6960cf1478..ec3c055a8b 100644 --- a/libretro-db/Makefile +++ b/libretro-db/Makefile @@ -13,6 +13,8 @@ endif LIBRETRO_COMMON_C = \ $(LIBRETRO_COMM_DIR)/streams/file_stream.c \ + $(LIBRETRO_COMM_DIR)/compat/compat_strcasestr.c \ + $(LIBRETRO_COMM_DIR)/file/file_path.c \ $(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c \ $(LIBRETRO_COMM_DIR)/encodings/encoding_utf.c \ $(LIBRETRO_COMM_DIR)/compat/compat_strl.c \