rtpproxy.h: include <sys/time.h> when available / PR #4

This commit is contained in:
Pierre Pronchery 2022-07-05 19:49:37 +02:00 committed by Thomas Ries
parent 4750bea4ff
commit 6125a27738

View File

@ -20,6 +20,10 @@
/* $Id$ */
#if defined(HAVE_SYS_TIME_H)
# include <sys/time.h>
#endif
#define CALLIDNUM_SIZE 256
#define CALLIDHOST_SIZE 128