mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 08:40:16 +00:00
res_pjsip: Make pjlib.h consistently included.
* Don't include pjlib.h twice in res_pjsip.h * Consistently use #include <> form for pjproject includes. (pjsip.h and pjlib.h) Change-Id: I3f7b42044840de64edf7e9d7695cb60c45990dc7
This commit is contained in:
@@ -17,9 +17,10 @@
|
||||
*/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
||||
#undef bzero
|
||||
#define bzero bzero
|
||||
#include "pjsip.h"
|
||||
#include <pjsip.h>
|
||||
|
||||
#include "asterisk/res_pjsip.h"
|
||||
#include "asterisk/module.h"
|
||||
|
||||
Reference in New Issue
Block a user