diff --git a/libretro-db/Makefile b/libretro-db/Makefile index 65e92d4240..0aaede082f 100644 --- a/libretro-db/Makefile +++ b/libretro-db/Makefile @@ -15,6 +15,7 @@ LIBRETRO_COMMON_C = \ $(LIBRETRO_COMM_DIR)/string/stdstring.c \ $(LIBRETRO_COMM_DIR)/streams/file_stream.c \ $(LIBRETRO_COMM_DIR)/compat/compat_strcasestr.c \ + $(LIBRETRO_COMM_DIR)/time/rtime.c \ $(LIBRETRO_COMM_DIR)/file/file_path.c \ $(LIBRETRO_COMM_DIR)/file/file_path_io.c \ $(LIBRETRO_COMM_DIR)/vfs/vfs_implementation.c \