summaryrefslogtreecommitdiff
path: root/res/res_odbc_transaction.c
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@respoke.io>2016-08-20 14:51:59 -0500
committerDavid M. Lee <dlee@digium.com>2016-08-21 18:55:54 -0500
commit9dd4ec7d03e682bc69250cf3282592731d66982a (patch)
treeb5cbba5f474fe18abf0e35fadebd5eb05bad291c /res/res_odbc_transaction.c
parent283f809be135cb8047a1da5a3b63b891f3004ab2 (diff)
res_odbc_transaction: add dep on generic_odbc
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
Diffstat (limited to 'res/res_odbc_transaction.c')
-rw-r--r--res/res_odbc_transaction.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/res_odbc_transaction.c b/res/res_odbc_transaction.c
index 569fcb267..dd6ee30e5 100644
--- a/res/res_odbc_transaction.c
+++ b/res/res_odbc_transaction.c
@@ -26,6 +26,7 @@
#include "asterisk/module.h"
/*** MODULEINFO
+ <depend>generic_odbc</depend>
<support_level>core</support_level>
***/