summaryrefslogtreecommitdiff
path: root/audio/baresip/files/patch-src_jbuf.c
blob: 0ca3794a044b9fa87141549b828c94e70119cd47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/jbuf.c.orig	2025-09-10 13:06:07 UTC
+++ src/jbuf.c
@@ -7,6 +7,10 @@
  * Copyright (C) 2010 Creytiv.com
  */
 
+#ifndef ETIME
+#define ETIME ETIMEDOUT
+#endif
+
 #undef RE_TRACE_ENABLED
 #if JBUF_TRACE
 #define RE_TRACE_ENABLED 1