Skip to content

Commit

Permalink
res_odbc_transaction: add dep on generic_odbc
Browse files Browse the repository at this point in the history
When res_odbc_transaction depended on res_odbc, it got the generic_odbc
headers and libs implicitly. Now that it no longer depends on res_odbc,
its dependency on generic_odbc must be explicit.

Change-Id: I9db88f7af7388437f49903d3008ba8d4890d5911
  • Loading branch information
leedm777 committed Aug 21, 2016
1 parent c6ed91a commit eb0c9c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions res/res_odbc_transaction.c
Expand Up @@ -26,6 +26,7 @@
#include "asterisk/module.h"

/*** MODULEINFO
<depend>generic_odbc</depend>
<support_level>core</support_level>
***/

Expand Down

0 comments on commit eb0c9c4

Please sign in to comment.