Fix rtime in db-converter compilation

This commit is contained in:
Rob Loach 2020-06-20 17:15:07 -04:00
parent 2e115baf36
commit 705cfe9e82
No known key found for this signature in database
GPG Key ID: 627C60834A74A21A

View File

@ -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 \