Build fix for Xcode 12.

Closes #1831. Thanks to Tristan79 and andreas-kluge.
This commit is contained in:
Roger A. Light 2020-12-02 22:47:16 +00:00
parent 74db0e977f
commit 09ee0c31f5

View File

@ -25,6 +25,10 @@ Contributors:
#endif
#include <time.h>
#if defined(__APPLE__)
# include <sys/time.h>
#endif
#ifdef WITH_DLT
#include <sys/stat.h>
#include <dlt/dlt.h>