--- hatari/src/includes/file.h 2019/04/09 08:55:43 1.1.1.17 +++ hatari/src/includes/file.h 2019/04/09 08:56:56 1.1.1.18 @@ -9,10 +9,14 @@ #define HATARI_FILE_H #include "config.h" +#include /* Needed for off_t */ #ifndef HAVE_FSEEKO #define fseeko fseek #endif +#ifndef HAVE_FTELLO +#define ftello ftell +#endif extern void File_CleanFileName(char *pszFileName); extern void File_AddSlashToEndFileName(char *pszFileName);