Build fix for Xcode 12.

Closes #1831. Thanks to Tristan79 and andreas-kluge.
pull/1930/head
Roger A. Light 5 years ago
parent 74db0e977f
commit 09ee0c31f5

@ -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>

Loading…
Cancel
Save