FreeBSD #include "time.h"

.. needed in Fit and Bin ridefiles for time_t, which for
   some other reason compiles cleanly on Linux.
This commit is contained in:
Mark Liversedge
2014-12-31 13:52:23 +00:00
parent 1ca31ad7c8
commit 0976369ab7
2 changed files with 2 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
#include <QTime>
#include <stdio.h>
#include <stdint.h>
#include <time.h>
#include <limits>
#define RECORD_TYPE 20