summaryrefslogtreecommitdiff
path: root/qrtplib
diff options
context:
space:
mode:
authorDavide Gerhard <rainbow@irh.it>2019-05-27 16:51:15 +0200
committerDavide Gerhard <rainbow@irh.it>2019-05-28 15:19:19 +0200
commitf61d1c3908c79fb6e4c40e756faafdebc80904f7 (patch)
tree9bdecfb53e5f6682c4be173cfb764815528df9db /qrtplib
parentd49e28e266d1e120441985ef89b1681ba5e3fde1 (diff)
add gettimeofday() compatibility function for windows
plugins that need that: - remotesink - remotesource
Diffstat (limited to 'qrtplib')
-rw-r--r--qrtplib/rtptimeutilities.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qrtplib/rtptimeutilities.h b/qrtplib/rtptimeutilities.h
index 8b460f659..1b5ba7c46 100644
--- a/qrtplib/rtptimeutilities.h
+++ b/qrtplib/rtptimeutilities.h
@@ -61,7 +61,7 @@
#endif // RTP_HAVE_VSUINT64SUFFIX
#ifdef __APPLE__
-#include "../custom/apple/apple_compat.h"
+#include "../custom/apple/apple_compat.h"
#endif
namespace qrtplib