From 6125a277388a0abc0b936d1571eea208969460fd Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Tue, 5 Jul 2022 19:49:37 +0200 Subject: [PATCH] rtpproxy.h: include when available / PR #4 --- src/rtpproxy.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/rtpproxy.h b/src/rtpproxy.h index 0c73a4f..6a69a4a 100644 --- a/src/rtpproxy.h +++ b/src/rtpproxy.h @@ -20,6 +20,10 @@ /* $Id$ */ +#if defined(HAVE_SYS_TIME_H) +# include +#endif + #define CALLIDNUM_SIZE 256 #define CALLIDHOST_SIZE 128