Browse Source

Revert "sca: remove a unused variable"

This reverts commit aadc09287544df64f0d8452160f725ee6de06f75.
Kevin Scott Adams 9 years ago
parent
commit
f9c78192ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/sca/sca_util.c

+ 1 - 1
modules/sca/sca_util.c

@@ -24,7 +24,7 @@
 #include "sca_util.h"
 
 #include "../../parser/sdp/sdp.h"
-
+extern int log_stderr;
 int sca_get_msg_method(sip_msg_t *msg)
 {
 	assert(msg != NULL);