summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/i4b/layer3/i4b_q931.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i4b/layer3/i4b_q931.c b/sys/i4b/layer3/i4b_q931.c
index c72f283..1f4d29a 100644
--- a/sys/i4b/layer3/i4b_q931.c
+++ b/sys/i4b/layer3/i4b_q931.c
@@ -77,7 +77,8 @@
unsigned int i4b_l3_debug = L3_DEBUG_DEFAULT;
-call_desc_t call_desc[N_CALL_DESC]; /* call descriptor array */
+/* this is declared in layer4/i4b_l4mgmt.c, which is always required */
+extern call_desc_t call_desc[N_CALL_DESC]; /* call descriptor array */
ctrl_desc_t ctrl_desc[MAX_CONTROLLERS]; /* controller description array */
int utoc_tab[MAX_CONTROLLERS]; /* unit to controller conversion */
OpenPOWER on IntegriCloud