Skip to content
Snippets Groups Projects
Commit 53082f28 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix compiler warning

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4302 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 1c76c72c
No related branches found
No related tags found
No related merge requests found
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
#include <stdio.h> #include <stdio.h>
#include <signal.h> #include <signal.h>
#include <string.h> #include <string.h>
#include <ctype.h>
/* For rl_filename_completion */ /* For rl_filename_completion */
#include "editline/readline/readline.h" #include "editline/readline/readline.h"
/* For module directory */ /* For module directory */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment