Skip to content
Snippets Groups Projects
Commit 79430bfe authored by David M. Lee's avatar David M. Lee
Browse files

ari: Fix #include to match generated headers for snakeCase resource files

........

Merged revisions 402993 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@402994 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent dfb0144d
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "resource_{{name}}.h"
#include "resource_{{c_name}}.h"
{{#apis}}
{{#operations}}
......
......@@ -49,7 +49,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/app.h"
#include "asterisk/module.h"
#include "asterisk/stasis_app.h"
#include "ari/resource_{{name}}.h"
#include "ari/resource_{{c_name}}.h"
#if defined(AST_DEVMODE)
#include "ari/ari_model_validators.h"
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment