aboutsummaryrefslogtreecommitdiffstats
path: root/srv.c
diff options
context:
space:
mode:
Diffstat (limited to 'srv.c')
-rwxr-xr-xsrv.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/srv.c b/srv.c
index 9a4b7a736..19f62851f 100755
--- a/srv.c
+++ b/srv.c
@@ -25,6 +25,11 @@
#include <asterisk/dns.h>
#include <asterisk/options.h>
+#ifdef __APPLE__
+#undef T_SRV
+#define T_SRV 33
+#endif
+
struct srv {
unsigned short priority;
unsigned short weight;