summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorDavid M. Lee <dlee@respoke.io>2016-08-20 14:51:59 -0500
committerDavid M. Lee <dlee@respoke.io>2016-08-21 18:54:26 -0500
commite54dcf4fd509d7ac9e5105ba99aa38c21d94f13e (patch)
tree591d79bf68fa0fc2a09b7bcfc97948f94c082317 /res
parent8778e22b154e45c2b836d3af413620aefc0b4966 (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')
-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 b849a293e..7e48b72cf 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>
***/