Skip to content
Snippets Groups Projects
Commit 9f210028 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

fix compiler warning about ast_copy_string

remove double-include of asterisk.h


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6080 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 5df26405
No related branches found
No related tags found
No related merge requests found
...@@ -29,7 +29,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -29,7 +29,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/term.h" #include "asterisk/term.h"
#include "asterisk/options.h" #include "asterisk/options.h"
#include "asterisk/lock.h" #include "asterisk/lock.h"
#include "asterisk.h" #include "asterisk/utils.h"
static int vt100compat = 0; static int vt100compat = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment