aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-18 02:13:04 +0000
committerjpeeler <jpeeler@f38db490-d61c-443f-a65b-d21fe96a405b>2008-08-18 02:13:04 +0000
commit0d46d0e1957dadbbf641a8932a138b4456ccf897 (patch)
tree5e76d5f47b362f4994e20cf856ddbb702cdce9af /channels
parent0359a9618b577465e986918c34261b7c40c38b3a (diff)
add missing define for SS7 in dahdi_restart
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@138518 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_dahdi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c
index 181a8751f..92c0a1619 100644
--- a/channels/chan_dahdi.c
+++ b/channels/chan_dahdi.c
@@ -12000,7 +12000,7 @@ retry:
static int setup_dahdi(int reload);
static int dahdi_restart(void)
{
-#if defined(HAVE_PRI)
+#if defined(HAVE_PRI) || defined(HAVE_SS7)
int i, j;
#endif
int cancel_code;