aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannels/chan_zap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/channels/chan_zap.c b/channels/chan_zap.c
index 63270fb7b..f2be86336 100755
--- a/channels/chan_zap.c
+++ b/channels/chan_zap.c
@@ -58,6 +58,9 @@
#ifndef PRI_NSF_NONE
#error "You need newer libpri"
#endif
+#ifndef PRI_SWITCH_QSIG
+#error "You need newer libpri"
+#endif
#endif
#ifdef ZAPATA_R2
#include <libmfcr2.h>