rtpproxy.h: include <sys/time.h> when available / PR #4
This commit is contained in:
parent
4750bea4ff
commit
6125a27738
@ -20,6 +20,10 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
|
#if defined(HAVE_SYS_TIME_H)
|
||||||
|
# include <sys/time.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#define CALLIDNUM_SIZE 256
|
#define CALLIDNUM_SIZE 256
|
||||||
#define CALLIDHOST_SIZE 128
|
#define CALLIDHOST_SIZE 128
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user