Fix off64_t type on FreeBSD systems

pull/328/head
Samuel Andersen 2020-10-24 12:00:09 -07:00
parent ffb744a59b
commit a11b16f273
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@
#include <string>
#if defined(__FreeBSD__)
#define off64_t off_t
#endif
namespace gr {
class DateTime ;