--- bk/bk.h.orig +++ bk/bk.h @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include #include "bkError.h" @@ -186,7 +186,7 @@ int imageForWriting; void(*progressFunction)(struct VolInfo*); void(*writeProgressFunction)(struct VolInfo*, double); - struct timeb lastTimeCalledProgress; + struct timeval lastTimeCalledProgress; bk_off_t estimatedIsoSize; BkHardLink* fileLocations; /* list of where to find regular files */ char readWriteBuffer[READ_WRITE_BUFFER_SIZE];